src/hg/hgTables/wiggle.c 1.74

1.74 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/wiggle.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/wiggle.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -B -U 4 -r1.73 -r1.74
--- src/hg/hgTables/wiggle.c	20 May 2009 20:59:57 -0000	1.73
+++ src/hg/hgTables/wiggle.c	29 May 2009 22:07:01 -0000	1.74
@@ -790,9 +790,9 @@
 boolean isBedGraph(char *table)
 /* Return TRUE if table is specified as a bedGraph in the current database's
  * trackDb. */
 {
-return trackIsType(database, table, NULL, "bedGraph", ctLookupName);// Do we need to get parent track here?
+return trackIsType(database, table, NULL, "bedGraph", ctLookupName);
 }
 
 struct bed *getWiggleAsBed(
     char *db, char *table, 	/* Database and table. */