a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgTracks/wikiTrack.c src/hg/hgTracks/wikiTrack.c
index b0bcd4e..58aef71 100644
--- src/hg/hgTracks/wikiTrack.c
+++ src/hg/hgTracks/wikiTrack.c
@@ -1,28 +1,27 @@
 /* wikiTrack - wikiTrack functions */
 #include "common.h"
 #include "jksql.h"
 #include "hgTracks.h"
 #include "hdb.h"
 #include "ra.h"
 #include "itemAttr.h"
 #include "bedCart.h"
 #include "wikiLink.h"
 #include "wikiTrack.h"
 #include "hgConfig.h"
 
-static char const rcsid[] = "$Id: wikiTrack.c,v 1.21 2010/05/11 01:43:28 kent Exp $";
 
 
 static void wikiTrackMapItem(struct track *tg, struct hvGfx *hvg, void *item,
 	char *itemName, char *mapItemName, int start, int end, int x, int y, int width, int height)
 /* create a special map box item with different i=hgcClickName and
  * pop-up statusLine with the item name
  */
 {
 char *userName;
 
 /* already been determined to be enabled by getting here, need to verify
  *	userName vs editors and vs owner
  */
 (void) wikiTrackEnabled(database, &userName);
 char *hgcClickName = tg->mapItemName(tg, item);