src/hg/hgTables/hgTables.h 1.146
1.146 2010/05/19 01:37:13 kent
Fixing some problems with mrna and est tracks in table browser.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.145
retrieving revision 1.146
diff -b -B -U 4 -r1.145 -r1.146
--- src/hg/hgTables/hgTables.h 14 May 2010 23:32:00 -0000 1.145
+++ src/hg/hgTables/hgTables.h 19 May 2010 01:37:13 -0000 1.146
@@ -157,13 +157,8 @@
struct trackDb *mustFindTrack(char *name, struct trackDb *trackList);
/* Find track or squawk and die. */
-struct trackDb *findTrackInGroup(char *name, struct trackDb *trackList,
- struct grp *group);
-/* Find named track that is in group (NULL for any group).
- * Return NULL if can't find it. */
-
struct asObject *asForTable(struct sqlConnection *conn, char *table);
/* Get autoSQL description if any associated with table. */
struct asColumn *asColumnFind(struct asObject *asObj, char *name);