affab5cdcf3b4a5f9d3eb91f2f25a55afc465fb6 angie Wed Apr 8 15:50:49 2015 -0700 Libifying trackDbCmpShortLabel so I can use it elsewhere. diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index e9238d6..37c344a 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -85,33 +85,30 @@ void printMainHelp(); /* Put up main page help info. */ struct grp *showGroupField(char *groupVar, char *groupScript, struct sqlConnection *conn, boolean allTablesOk); /* Show group control. Returns selected group. */ struct trackDb *showTrackField(struct grp *selGroup, char *trackVar, char *trackScript); /* Show track control. Returns selected track. */ char *showTableField(struct trackDb *track, char *varName, boolean useJoiner); /* Show table control and label. */ -int trackDbCmpShortLabel(const void *va, const void *vb); -/* Sort track by shortLabel. */ - struct slName *getDbListForGenome(); /* Get list of selectable databases. */ char *findSelDb(); /* Find user selected database (as opposed to genome database). */ struct slName *tablesForDb(char *db); /* Find tables associated with database. */ /* --------- Utility functions --------------------- */ void nbSpaces(int count); /* Print some non-breaking spaces. */ boolean anyCompression();