a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgTables/wiggle.c src/hg/hgTables/wiggle.c index 0fda010..0721f3a 100644 --- src/hg/hgTables/wiggle.c +++ src/hg/hgTables/wiggle.c @@ -11,31 +11,30 @@ #include "jksql.h" #include "cheapcgi.h" #include "cart.h" #include "web.h" #include "bed.h" #include "hdb.h" #include "hui.h" #include "hgColors.h" #include "trackDb.h" #include "customTrack.h" #include "wiggle.h" #include "hmmstats.h" #include "correlate.h" #include "hgTables.h" -static char const rcsid[] = "$Id: wiggle.c,v 1.79 2010/06/03 18:54:00 kent Exp $"; extern char *maxOutMenu[]; /* a common set of stuff is accumulating in the various * routines that call getData. For the moment make it a macro, * perhaps later it can turn into a routine of its own. */ #define WIG_INIT \ if (isCustomTrack(table)) \ { \ ct = ctLookupName(table); \ isCustom = TRUE; \ if (! ct->wiggle) \ errAbort("called to work on a custom track '%s' that isn't wiggle data ?", table); \