From: Felix Fietkau Date: Tue, 12 Jun 2007 13:23:43 +0000 (+0000) Subject: remove a useless warning X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b764f0e43d31cab23f46ff59ce585737de7e9916;p=15.05%2Fopenwrt.git remove a useless warning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7588 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/config/menu.c b/scripts/config/menu.c index 286e25569d..4b49fa50d1 100644 --- a/scripts/config/menu.c +++ b/scripts/config/menu.c @@ -296,9 +296,6 @@ void menu_finalize(struct menu *parent) "currently only support a " "single prompt"); } - if (prop->type == P_DEFAULT) - prop_warn(prop, "defaults for choice " - "values not supported"); } current_entry = menu; menu_set_type(sym->type);