a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/plotDataMatrix/plotDataMatrix.c src/utils/plotDataMatrix/plotDataMatrix.c
index 9d2d8b3..3f0db8f 100644
--- src/utils/plotDataMatrix/plotDataMatrix.c
+++ src/utils/plotDataMatrix/plotDataMatrix.c
@@ -1,27 +1,26 @@
 /* plotDataMatrix - Create an image showing a matrix of data values.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "sqlNum.h"
 #include "vGfx.h"
 #include "memgfx.h"
 
 struct vGfx *vgOpenGif(int width, int height, char *fileName, boolean useTransparency);
 
-static char const rcsid[] = "$Id: plotDataMatrix.c,v 1.1 2010/05/26 22:41:32 kent Exp $";
 
 int cellWidth = 25;
 int cellHeight = 25;
 
 boolean clCorrelate = FALSE;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "plotDataMatrix - Create an image showing a matrix of data values.\n"
   "usage:\n"
   "   plotDataMatrix inPairs.tab xLabels.tab yLabels.tab output.gif\n"
   "where the three inputs are all tab-separated text files:\n"
   "   inPairs.tab has 3 columns:  xId, yId, and a floating point number\n"