]> granicus.if.org Git - graphviz/commitdiff
- no more username in output.
authorellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)
committerellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

lib/common/vtxgen.c

index 24c52e6d5ff7ca4f6e4c161bfc88809f806207b0..4acf8c917d69b705134e42fd48f4efbf2891765e 100644 (file)
@@ -205,8 +205,7 @@ static void vtx_comment(char *str)
 }
 
 static void
-vtx_begin_job(FILE * ofp, graph_t * g, const char **lib, char *user,
-             char *info[], point pages)
+vtx_begin_job(FILE * ofp, graph_t * g, const char **lib, char *info[], point pages)
 {
     char *date = "";
 #ifdef SUPPORT_WRITEDATE