a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGenome/hgGenome.c src/hg/hgGenome/hgGenome.c index d5e639d..91e8e22 100644 --- src/hg/hgGenome/hgGenome.c +++ src/hg/hgGenome/hgGenome.c @@ -19,31 +19,30 @@ #include "hgColors.h" #include "trackLayout.h" #include "chromInfo.h" #include "vGfx.h" #include "genoLay.h" #include "cytoBand.h" #include "hCytoBand.h" #include "errCatch.h" #include "chromGraph.h" #include "customTrack.h" #include "hCommon.h" #include "hPrint.h" #include "jsHelper.h" #include "hgGenome.h" -static char const rcsid[] = "$Id: hgGenome.c,v 1.67 2010/05/11 01:43:24 kent Exp $"; /* ---- Global variables. ---- */ struct cart *cart; /* This holds cgi and other variables between clicks. */ struct hash *oldVars; /* Old cart hash. */ char *database; /* Name of genome database - hg15, mm3, or the like. */ char *genome; /* Name of genome - mouse, human, etc. */ struct trackLayout tl; /* Dimensions of things, fonts, etc. */ struct genoGraph *ggUserList; /* List of user graphs */ struct genoGraph *ggDbList; /* List of graphs in database. */ struct genoGraph *ggCompList; /* List of composite genome graphs (DB only). */ struct slRef *ggList; /* List of active genome graphs */ struct hash *ggHash; /* Hash of active genome graphs */ boolean withLabels; /* Draw labels? */