2e6d6714eb049206db111387d29ec81433cdd1f2
braney
  Sun Oct 9 10:07:07 2011 -0700
don't reopen the trackHub's since they get opened when we check the status
diff --git src/hg/inc/trackHub.h src/hg/inc/trackHub.h
index e2b4be9..c06e7e8 100644
--- src/hg/inc/trackHub.h
+++ src/hg/inc/trackHub.h
@@ -76,21 +76,18 @@
 char *trackHubRelativeUrl(char *hubUrl, char *path);
 /* Return full path (in URL form if it's a remote hub) given
  * path possibly relative to hubUrl. Do a freeMem of result
  * when done. */
 
 void trackHubGenomeFree(struct trackHubGenome **pGenome);
 /* Free up genome info. */
 
 void trackHubGenomeFreeList(struct trackHubGenome **pList);
 /* Free a list of dynamically allocated trackHubGenome's */
 
 int trackHubCheck(char *hubUrl, struct dyString *errors);
 /* trackHubCheck - Check a track data hub for integrity. Put errors in dyString.
  *      return 0 if hub has no errors, 1 otherwise */
 
-struct trackDb *trackHubAddTracks(int id, char *hubUrl, char *database, struct trackHub **pHubList);
-/* Load up stuff from data hub and append to list. The hubUrl points to
- * a trackDb.ra format file.  */
 
 #endif /* TRACKHUB_H */