src/hg/hgTables/joining.c 1.55

1.55 2009/05/29 22:07:01 mikep
no, we do not, the type of a track is its type no need to consult parent
Index: src/hg/hgTables/joining.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/joining.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -B -U 4 -r1.54 -r1.55
--- src/hg/hgTables/joining.c	20 May 2009 20:59:56 -0000	1.54
+++ src/hg/hgTables/joining.c	29 May 2009 22:07:01 -0000	1.55
@@ -970,9 +970,9 @@
     {
     struct sqlConnection *conn = sqlConnect(dtfList->database);
     struct dyString *dy = dyStringNew(0);
     
-    if (hIsBigBed(database, dtfList->table, NULL, ctLookupName)) // Do we need to get parent track here?
+    if (hIsBigBed(database, dtfList->table, NULL, ctLookupName))
 	makeBigBedOrderedCommaFieldList(dtfList, dy);
     else if (isCustomTrack(dtfList->table))
         makeCtOrderedCommaFieldList(dtfList, dy);
     else