a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/oneShot/rgbaGfxTest/rgbaGfxTest.c src/oneShot/rgbaGfxTest/rgbaGfxTest.c index c0614df..63dbffc 100644 --- src/oneShot/rgbaGfxTest/rgbaGfxTest.c +++ src/oneShot/rgbaGfxTest/rgbaGfxTest.c @@ -1,31 +1,30 @@ /* rgbaGfxTest - Test out rgbaGfx system.. */ #include "png.h" #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "memgfx.h" #include "bigWig.h" char *chrom = "chr2"; int chromStart = 74514968; int chromEnd = 74589245; int minVal = 0; int maxVal = 40; -static char const rcsid[] = "$Id: rgbaGfxTest.c,v 1.3 2010/05/07 05:37:08 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "rgbaGfxTest - Test out rgbaGfx system.\n" "usage:\n" " rgbaGfxTest in1.bw in2.bw in3.bw ... inN.bw out.png\n" "options:\n" " -chrom=chr2\n" " -chromStart=74514968\n" " -chromEnd=74589245\n" " -minVal=0\n" " -maxVal=40\n" );