src/hg/lib/hui.c 1.180
1.180 2009/03/18 23:40:53 hiram
Do not show the level limit option yet on netAlign tracks
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.179
retrieving revision 1.180
diff -b -B -U 4 -r1.179 -r1.180
--- src/hg/lib/hui.c 18 Mar 2009 21:06:31 -0000 1.179
+++ src/hg/lib/hui.c 18 Mar 2009 23:40:53 -0000 1.180
@@ -3214,13 +3214,15 @@
safef(optString, ArraySize(optString), "%s.%s", prefix, NET_COLOR );
printf("<p><b>Color nets by: </b>");
netColorDropDown(optString, netColorEnumToString(netColor));
+#ifdef NOT_YET
enum netLevelEnum netLevel = netFetchLevelOption(cart, tdb, compositeLevel);
safef( optString, ArraySize(optString), "%s.%s", prefix, NET_LEVEL );
printf("<p><b>Limit display of nets to: </b>");
netLevelDropDown(optString, netLevelEnumToString(netLevel));
+#endif
cfgEndBox(boxed);
}