a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgGenome/chromGraph.c src/hg/hgGenome/chromGraph.c
index 60b0993..91aaadd 100644
--- src/hg/hgGenome/chromGraph.c
+++ src/hg/hgGenome/chromGraph.c
@@ -1,23 +1,22 @@
 /* Stuff to handle chromGraph tracks, especially custom ones. */
 
 #include "common.h"
 #include "hash.h"
 #include "linefile.h"
 #include "trackDb.h"
 #include "chromGraph.h"
 #include "customTrack.h"
 
 #include "hgGenome.h"
 
-static char const rcsid[] = "$Id: chromGraph.c,v 1.2 2008/09/17 18:36:35 galt Exp $";
 
 boolean isChromGraph(struct trackDb *track)
 /* Return TRUE if it's a chromGraph track */
 {
 if (track && track->type)
     return startsWithWord("chromGraph", track->type);
 else
     return FALSE;
 }