a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgTracks/transcriptome.c src/hg/hgTracks/transcriptome.c
index a88f74e..aead002 100644
--- src/hg/hgTracks/transcriptome.c
+++ src/hg/hgTracks/transcriptome.c
@@ -1,31 +1,30 @@
 /* transcriptome - stuff to handle loading and coloring of the
    affymetrix transcriptome tracks. These are sets of wiggle tracks
    representing probes tiled through non-repetitive portions of the
    human genome at 5 bp resolution. Also included are transfrags
    tracks which are bed tracks indicating what is thought to be
    expressed.
 */
 
 #include "common.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "hgTracks.h"
 #include "bed.h"
 #include "wigCommon.h"
 
-static char const rcsid[] = "$Id: transcriptome.c,v 1.10 2010/05/11 01:43:28 kent Exp $";
 
 
 
 static Color affyTransfragColor(struct track *tg, void *item, struct hvGfx *hvg)
 /* Color for an affyTransfrag item. Different colors are returned depending
    on score. 
    0 - Passes all filters
    1 - Overlaps a pseudogene
    2 - Overlaps a blat hit
    3 - Overlaps both a pseudogene and a blat hit.
 */
 {
 static Color cleanCol = MG_WHITE;
 static Color blatCol = MG_WHITE;
 static Color pseudoCol = MG_WHITE;