src/hg/instinct/hgHeatmap2/hgHeatmap2.c 1.88

1.88 2010/04/17 16:26:45 sbenz
Removed details url since we have hgDetails now
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -b -B -U 4 -r1.87 -r1.88
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.c	12 Apr 2010 17:16:56 -0000	1.87
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.c	17 Apr 2010 16:26:45 -0000	1.88
@@ -1614,9 +1614,9 @@
     AllocVar(da);
     da->name = cloneString(gh->name);
     da->shortLabel = cloneString(gh->shortLabel);
     da->longLabel = cloneString(gh->longLabel);
-    da->local_url = cloneString(gh->local_url);
+    //da->local_url = cloneString(gh->local_url); // disabled since we have hgDetails now
     da->expCount = gh->expCount;  
 
     slAddHead(&gr->datasets, da);
     }