a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/wiggleUtils.c src/hg/lib/wiggleUtils.c
index 4e4468a..8d126a5 100644
--- src/hg/lib/wiggleUtils.c
+++ src/hg/lib/wiggleUtils.c
@@ -1,30 +1,29 @@
 /*	wiggleUtils - operations to fetch data from .wib files
  *	first used in hgText
  */
 #include "common.h"
 #include "jksql.h"
 #include "dystring.h"
 #include "hdb.h"
 #include "wiggle.h"
 #include "hCommon.h"
 #include "obscure.h"
 #ifndef GBROWSE
 #include "customTrack.h"
 #endif /* GBROWSE */
 
-static char const rcsid[] = "$Id: wiggleUtils.c,v 1.56 2010/05/11 01:43:30 kent Exp $";
 
 void printHistoGram(struct histoResult *histoResults, boolean html)
 {
 if (html)
     {
     printf("<P><!--outer table is for border purposes-->" "\n"
 	"<TABLE BGCOLOR=\"#" HG_COL_BORDER
 	    "\" BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"1\"><TR><TD>\n");
 
     puts ("<TABLE COLS=8 BGCOLOR='#"HG_COL_INSIDE"' BORDER=1 HSPACE=0>\n");
     if (histoResults)
 	printf("<TR><TH ALIGN=CENTER COLSPAN=8>%d bin histogram on %u values (zero count bins not shown)</TH></TR>\n",
 	    histoResults->binCount - 1, histoResults->count);
     else
 	printf("<TR><TH ALIGN=CENTER COLSPAN=8> histogram (zero count bins not shown)</TH></TR>\n");