a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/hgExp.c src/hg/lib/hgExp.c
index 7c1ba60..6d60a0a 100644
--- src/hg/lib/hgExp.c
+++ src/hg/lib/hgExp.c
@@ -1,28 +1,27 @@
 /* hgExp - help browse expression data. */
 
 #include "common.h"
 #include "hash.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "gifLabel.h"
 #include "cart.h"
 #include "cheapcgi.h"
 #include "hgExp.h"
 #include "portable.h"
 
-static char const rcsid[] = "$Id: hgExp.c,v 1.18 2009/03/03 23:29:06 aamp Exp $";
 
 static int expSubcellWidth = 21;
 
 static char *colorSchemeVals[] = {
 /* Menu option for color scheme. */
    "red high/green low",
    "yellow high/blue low",
 };
 
 void hgExpColorDropDown(struct cart *cart, char *varName)
 /* Make color drop-down. */
 {
 char *checked = cartUsualString(cart, varName, colorSchemeVals[0]);
 cgiMakeDropList(varName, 
 	colorSchemeVals, ArraySize(colorSchemeVals), checked);