From: Felix Fietkau Date: Tue, 12 Jun 2007 13:23:43 +0000 (+0000) Subject: remove a useless warning X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=61da8d6697ad7644aa24c10d745566e6d418e578;hp=aeb37773ce1658a2c515ea8bda29b262a938b252 remove a useless warning SVN-Revision: 7588 --- 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);