a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgTables/seqOut.c src/hg/hgTables/seqOut.c index 785cd51..2299f75 100644 --- src/hg/hgTables/seqOut.c +++ src/hg/hgTables/seqOut.c @@ -4,31 +4,30 @@ #include "linefile.h" #include "hash.h" #include "htmshell.h" #include "cheapcgi.h" #include "cart.h" #include "jksql.h" #include "hdb.h" #include "web.h" #include "hui.h" #include "hdb.h" #include "trackDb.h" #include "customTrack.h" #include "hgSeq.h" #include "hgTables.h" -static char const rcsid[] = "$Id: seqOut.c,v 1.24 2010/05/11 01:43:25 kent Exp $"; static char *genePredMenu[] = { "genomic", "protein", "mRNA", }; static void genePredTypeButton(char *val, char *selVal) /* Make region radio button including a little Javascript * to save selection state. */ { cgiMakeRadioButton(hgtaGeneSeqType, val, sameString(val, selVal)); }