c6306a077a462a5c6e786ecd8c3ddcb416dc0075 hiram Wed Oct 6 12:20:13 2010 -0700 eliminate the chrom argument from function hTrackDb() in hdb.c diff --git src/hg/lib/hui.c src/hg/lib/hui.c index a0dd419..4a9b59d 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -1890,7 +1890,7 @@ /* Make hash of trackDb items for this chromosome, including composites, not just the subtracks. */ { -struct trackDb *tdbs = hTrackDb(database, chrom); +struct trackDb *tdbs = hTrackDb(database); struct hash *trackHash = newHash(7); rAddTrackListToHash(trackHash, tdbs, chrom, !withComposites); return trackHash;