1160ee1373270911b4305249709d1dcc635af6fb
tdreszer
  Wed Feb 2 15:31:55 2011 -0800
Accidentally checked in with test code ifdef'd in.  Now out.
diff --git src/hg/lib/hui.c src/hg/lib/hui.c
index b1e39ea..2d79f11 100644
--- src/hg/lib/hui.c
+++ src/hg/lib/hui.c
@@ -4779,31 +4779,31 @@
     if(minLimit != NO_VALUE && maxLimit != NO_VALUE)
         printf("<TD align='left'%s> (%g to %g)",altLabel,minLimit, maxLimit);
     else if(minLimit != NO_VALUE)
         printf("<TD align='left'%s> (minimum %g)",altLabel,minLimit);
     else if(maxLimit != NO_VALUE)
         printf("<TD align='left'%s> (maximum %g)",altLabel,maxLimit);
     else
         printf("<TD align='left'%s",altLabel);
     puts("</TR>");
     return TRUE;
     }
 return FALSE;
 }
 
 
-#define BED_SHOWALL_SCORE_FILTERS
+//#define BED_SHOWALL_SCORE_FILTERS
 #ifdef BED_SHOWALL_SCORE_FILTERS
 static int scoreFiltersShowAll(struct cart *cart, struct trackDb *tdb, boolean *opened, boolean boxed,
                                boolean compositeLevel,char *name, char *title)
 // Shows all *Filter style filters.  Note that these are in random order and have no graceful title
 {
 int count = 0;
 struct slName *filterSettings = trackDbSettingsWildMatch(tdb, "*Filter");
 if (filterSettings)
     {
     puts("<BR>");
     struct slName *filter = NULL;
     while ((filter = slPopHead(&filterSettings)) != NULL)
         {
         if (differentString(filter->name,"noScoreFilter") && differentString(filter->name,"scoreFilter"))
             {