a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgGenome/mainPage.c src/hg/hgGenome/mainPage.c
index 94c11c0..b1f54b2 100644
--- src/hg/hgGenome/mainPage.c
+++ src/hg/hgGenome/mainPage.c
@@ -18,31 +18,30 @@
 #include "hgColors.h"
 #include "trackLayout.h"
 #include "chromInfo.h"
 #include "hvGfx.h"
 #include "genoLay.h"
 #include "cytoBand.h"
 #include "hCytoBand.h"
 #include "errCatch.h"
 #include "chromGraph.h"
 #include "customTrack.h"
 #include "hPrint.h"
 #include "jsHelper.h"
 #include "hgGenome.h"
 #include "trashDir.h"
 
-static char const rcsid[] = "$Id: mainPage.c,v 1.29 2010/06/05 19:29:40 braney Exp $";
 
 
 static char *allColors[] = {
     "black", "blue", "purple", "red", "orange", "yellow", "green", "gray",
 };
 
 static char *defaultColors[maxLinesOfGraphs][maxGraphsPerLine] = {
     {"blue", "red", "black", "yellow", },
     {"gray", "purple", "green", "orange",},
     {"blue", "red", "black", "yellow", },
     {"gray", "purple", "green", "orange",},
     {"blue", "red", "black", "yellow", },
     {"gray", "purple", "green", "orange",},
 };