a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgTracks/netTrack.c src/hg/hgTracks/netTrack.c
index 955a834..e89784a 100644
--- src/hg/hgTracks/netTrack.c
+++ src/hg/hgTracks/netTrack.c
@@ -1,29 +1,28 @@
 /* netTrack - stuff to handle loading and display of
  * netAlign type tracks in browser. Nets are derived
  * from cross-species alignments usually. */
 
 #include "common.h"
 #include "hash.h"
 #include "linefile.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "hgTracks.h"
 #include "netCart.h"
 #include "chainNetDbLoad.h"
 
-static char const rcsid[] = "$Id: netTrack.c,v 1.27 2010/05/11 01:43:28 kent Exp $";
 
 struct cartOptions
     {
     enum netColorEnum netColor; /*  ChromColors, GrayScale */
     enum netLevelEnum netLevel; /* filter chains by level 1 thru 6 (0==All) */
     };
 
 struct netItem
 /* A net track item. */
     {
     struct netItem *next;
     int level;
     char *className;
     int yOffset;
     };