a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/pscmGfx.c src/lib/pscmGfx.c
index f53cf1c..af30b54 100644
--- src/lib/pscmGfx.c
+++ src/lib/pscmGfx.c
@@ -8,31 +8,30 @@
 #ifdef MACHTYPE_sparc
 #include <ieeefp.h>
 int isinf(double x) { return !finite(x) && x==x; }
 #endif
 #include "common.h"
 #include "hash.h"
 #include "memgfx.h"
 #include "gfxPoly.h"
 #include "colHash.h"
 #include "psGfx.h"
 #include "pscmGfx.h"
 #include "gemfont.h"
 #include "vGfx.h"
 #include "vGfxPrivate.h"
 
-static char const rcsid[] = "$Id: pscmGfx.c,v 1.29 2010/06/05 19:29:53 braney Exp $";
 
 
 static struct pscmGfx *boxPscm;	 /* Used to keep from drawing the same box again
                                   * and again with no other calls between.  This
 				  * ends up cutting down the file size by 5x
 				  * in the whole chromosome case of the browser. */
 
 void pscmSetHint(struct pscmGfx *pscm, char *hint, char *value)
 /* set a hint */
 {
 if (!value) return;
 if (sameString(value,""))
     {
     hashRemove(pscm->hints, hint);
     }