diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-12 13:23:43 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-12 13:23:43 +0000 |
commit | 480c8b30b3904c016cb6dc47cb5a43b7d67e5c36 (patch) | |
tree | f78a447fe88b04ea51275daa92688a3ce2a4ca38 /scripts/config | |
parent | 9b49aa8b47bc85598ac6d8000c06dd51272c38bd (diff) |
remove a useless warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config')
-rw-r--r-- | scripts/config/menu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/config/menu.c b/scripts/config/menu.c index 286e25569..4b49fa50d 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); |