a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgText/hgText.c src/hg/hgText/hgText.c
index 4e54b2b..be43f56 100644
--- src/hg/hgText/hgText.c
+++ src/hg/hgText/hgText.c
@@ -23,31 +23,30 @@
 #include "web.h"
 #include "dbDb.h"
 #include "kxTok.h"
 #include "hgSeq.h"
 #include "featureBits.h"
 #include "bed.h"
 #include "portable.h"
 #include "customTrack.h"
 #include "hgColors.h"
 #include "tableDescriptions.h"
 #include "botDelay.h"
 #include "wiggle.h"
 #include "hgText.h"
 #include "botDelay.h"
 
-static char const rcsid[] = "$Id: hgText.c,v 1.172 2010/05/11 01:43:25 kent Exp $";
 
 /* sources of tracks, other than the current database: */
 static char *hgFixed = "hgFixed";
 char *customTrackPseudoDb = "customTrack";
 
 /* getCustomTracks() initializes this only once: */
 struct customTrack *theCtList = NULL;
 struct slName *browserLines = NULL;
 
 /* can change this to "GET" for debugging, "POST" for production  dbg */
 char *httpFormMethod = "POST";
 
 #define TOO_BIG_FOR_HISTO 500000
 
 /* doMiddle() sets these: */