c6306a077a462a5c6e786ecd8c3ddcb416dc0075
hiram
  Wed Oct 6 12:20:13 2010 -0700
eliminate the chrom argument from function hTrackDb() in hdb.c
diff --git src/hg/hgTables/hgTables.c src/hg/hgTables/hgTables.c
index 5581545..dd472bb 100644
--- src/hg/hgTables/hgTables.c
+++ src/hg/hgTables/hgTables.c
@@ -229,7 +229,7 @@
 static struct trackDb *getFullTrackList()
 /* Get all tracks including custom tracks if any. */
 {
-struct trackDb *list = hTrackDb(database, NULL);
+struct trackDb *list = hTrackDb(database);
 struct customTrack *ctList, *ct;
 
 /* exclude any track with a 'tableBrowser off' setting */