a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/netCart.c src/hg/lib/netCart.c
index 01d8252..0f55318 100644
--- src/hg/lib/netCart.c
+++ src/hg/lib/netCart.c
@@ -1,28 +1,27 @@
 /*	netCart.c - take care of parsing and combining values from the
  *	net trackDb optional settings and the same values that may be
  *	in the cart.
  */
 #include "common.h"
 #include "jksql.h"
 #include "trackDb.h"
 #include "cart.h"
 #include "dystring.h"
 #include "hui.h"
 #include "netCart.h"
 
-static char const rcsid[] = "$Id: netCart.c,v 1.2 2010/05/11 01:43:30 kent Exp $";
 
 enum netColorEnum netFetchColorOption(struct cart *cart, struct trackDb *tdb,
 	boolean compositeLevel)
 /******	netColorOption - Chrom colors by default **************************/
 {
 char *netColor = NULL;
 enum netColorEnum ret;
 
 netColor = trackDbSettingClosestToHomeOrDefault(tdb, NET_COLOR, CHROM_COLORS);
 /* trackDb can be netColor=Chromosome or netColor=grayScale,
    need to translate grayScale into "Gray scale" */
 if (sameWord(TDB_GRAY_SCALE,netColor))
     netColor = GRAY_SCALE;
 /* and then, allow cart to override trackDb */
 ret = netColorStringToEnum(