src/hg/instinct/inc/hgHeatmapLib.h 1.43

1.43 2010/05/26 21:29:50 cszeto
Added microscope toggle support, removed local_url support
Index: src/hg/instinct/inc/hgHeatmapLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgHeatmapLib.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -B -U 4 -r1.42 -r1.43
--- src/hg/instinct/inc/hgHeatmapLib.h	12 Apr 2010 17:16:27 -0000	1.42
+++ src/hg/instinct/inc/hgHeatmapLib.h	26 May 2010 21:29:50 -0000	1.43
@@ -33,9 +33,9 @@
     void *next;			/* Next in list. */
     char *name;                 /* Graph name. tableName in database */
     char *shortLabel;           /* Short label. */
     char *longLabel;            /* Long label. */
-    char *local_url;            /* URL to description entry for dataset */
+    char *microscope;           /* Flag to turn microscope on/off */
     char *accessTable;          /* isoform table, usually much smaller than table "name" for 
 				   fast display */
     char *profile;              /* database profile (default: localDb) */
     boolean private;            /* private or public access to data */