src/hg/lib/hui.c 1.286

1.286 2010/05/13 21:43:21 kent
Removing sum and product type aggregates from UI since they aren't implemented now, and may not be soon.
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.285
retrieving revision 1.286
diff -b -B -U 4 -r1.285 -r1.286
--- src/hg/lib/hui.c	13 May 2010 21:38:33 -0000	1.285
+++ src/hg/lib/hui.c	13 May 2010 21:43:21 -0000	1.286
@@ -1407,19 +1407,15 @@
     {
     "none",
     "transparent overlay",
     "solid overlay",
-    "sum",
-    "product",
     };
 
 static char *aggregateValues[] = 
     {
     WIG_AGGREGATE_NONE,
     WIG_AGGREGATE_TRANSPARENT,
     WIG_AGGREGATE_SOLID,
-    WIG_AGGREGATE_SUM,
-    WIG_AGGREGATE_PRODUCT,
     };
 
 void aggregateDropDown(char *var, char *curVal)
 /* Make drop down menu for aggregate strategy */