314b81670d2d1446d4da81108ac0ce2a72fc569d
markd
  Fri Jan 6 15:32:57 2017 -0800
bigTransMap hgc working

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index d8d5c9b..2f3f600 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1152,38 +1152,30 @@
 void affyRatioMethods(struct track *tg);
 /* set up special methods for NCI60 track and tracks with multiple
    scores in general */
 
 void affyUclaMethods(struct track *tg);
 /* set up special methods for affyUcla track and tracks with multiple
    scores in general */
 
 void affyUclaNormMethods(struct track *tg);
 /* Set up special methods for the affyUcla normal tissue track
    scores in general */
 
 void cghNci60Methods(struct track *tg);
 /* set up special methods for CGH NCI60 track */
 
-char *orgShortForDb(char *db);
-/* look up the short organism name given an organism db.
- * WARNING: static return */
-
-char *orgShortName(char *org);
-/* Get the short name for an organism.  Returns NULL if org is NULL.
- * WARNING: static return */
-
 char *getOrganism(struct sqlConnection *conn, char *acc);
 /* lookup the organism for an mrna, or NULL if not found.
  * WARNING: static return */
 
 char *getOrganismShort(struct sqlConnection *conn, char *acc);
 /* lookup the organism for an mrna, or NULL if not found.  This will
  * only return the genus, and only the first seven letters of that.
  * WARNING: static return */
 
 char *getGeneName(struct sqlConnection *conn, char *acc);
 /* get geneName from refLink or NULL if not found.
  * WARNING: static return */
 
 char *refGeneName(struct track *tg, void *item);
 /* Get name to use for refGene item. */