a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgTracks/mafTrack.c src/hg/hgTracks/mafTrack.c index d7615c0..d5da446 100644 --- src/hg/hgTracks/mafTrack.c +++ src/hg/hgTracks/mafTrack.c @@ -3,31 +3,30 @@ * This also handles axt's, mostly by convincing them they * are really mafs.... */ #include "common.h" #include "hash.h" #include "linefile.h" #include "jksql.h" #include "hdb.h" #include "hgTracks.h" #include "maf.h" #include "scoredRef.h" #include "hgMaf.h" #include "mafTrack.h" #include "customTrack.h" -static char const rcsid[] = "$Id: mafTrack.c,v 1.65 2010/05/11 01:43:27 kent Exp $"; struct mafItem /* A maf track item. */ { struct mafItem *next; char *name; /* Common name */ char *db; /* Database */ int ix; /* Position in list. */ int height; /* Pixel height of item. */ }; static void mafItemFree(struct mafItem **pEl) /* Free up a mafItem. */ { struct mafItem *el = *pEl;