a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/phyloGif/phyloGif.c src/hg/phyloGif/phyloGif.c index a208ea7..b1f8723 100644 --- src/hg/phyloGif/phyloGif.c +++ src/hg/phyloGif/phyloGif.c @@ -55,31 +55,30 @@ #include "cheapcgi.h" #include "errabort.h" #include "phyloTree.h" #include "portable.h" #include "memgfx.h" #include "cart.h" #include "hui.h" #include "htmshell.h" #include "web.h" #include "errabort.h" #include "errCatch.h" -static char const rcsid[] = "$Id: phyloGif.c,v 1.23 2009/09/23 18:42:23 angie Exp $"; struct cart *cart=NULL; /* The user's ui state. */ struct hash *oldVars = NULL; boolean onWeb = FALSE; int width=240,height=512; boolean branchLengths = FALSE; /* branch lengths */ boolean lengthLegend = FALSE; /* length ruler*/ boolean branchLabels = FALSE; /* labelled branch lengths */ boolean htmlPageWrapper = FALSE; /* wrap output in an html page */ boolean preserveUnderscores = FALSE; /* preserve underscores in input as spaces in output */ int branchDecimals = 2; /* show branch label length to two decimals by default */ int branchMultiplier = 1; /* multiply branch length by factor */ char *escapePattern = NULL; /* use to escape dash '-' char in input */ char layoutErrMsg[1024] = "";