a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/wikiPlot/wikiPlot.c src/hg/wikiPlot/wikiPlot.c
index bcb0973..39de1f0 100644
--- src/hg/wikiPlot/wikiPlot.c
+++ src/hg/wikiPlot/wikiPlot.c
@@ -1,25 +1,24 @@
 /* wikiPlot - Quick plots of maps vs. each other. */ 
 #include "common.h" 
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "htmshell.h"
 #include "portable.h"
 #include "memgfx.h"
 
-static char const rcsid[] = "$Id: wikiPlot.c,v 1.9 2010/03/18 18:34:24 hiram Exp $";
 
 /* Variables that can be overridden by CGI. */
 char *contigDir = "/projects/hg3/gs.7/oo.29/19/ctg18433";
 char *mapX = "info.noNt";
 char *mapY = "gold.99";
 int pix = 500;
 double xOff = -0.05, yOff = -0.05, zoom = 0.9;
 
 /* Span range of values in x and y. */
 int xStart, xEnd, yStart, yEnd;
 boolean plotName = TRUE;
 MgFont *font;
 
 struct clonePos
     {