a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyTransciptome/htmlFromBeds.c src/hg/affyTransciptome/htmlFromBeds.c
index e51b6e8..e06981b 100644
--- src/hg/affyTransciptome/htmlFromBeds.c
+++ src/hg/affyTransciptome/htmlFromBeds.c
@@ -1,23 +1,22 @@
 /* htmlFromBeds - htmlFromBeds - This program creates a web page with a series of hyperlinks to the beds in the bed track. This is useful when a bed track is sparse and you want to just zoom to items instead of scrolling around.\n. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "bed.h"
 
-static char const rcsid[] = "$Id: htmlFromBeds.c,v 1.2 2003/05/06 07:22:13 kate Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "htmlFromBeds - htmlFromBeds - This program creates a web page with a\n"
   "series of hyperlinks to the beds in the bed track. This is useful\n"
   "when a bed track is sparse and you want to just zoom to items instead\n"
   "of scrolling around.\n"
   "usage:\n"
   "   htmlFromBeds bedFile htmlFile db url\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }