projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca5a97
)
remove a useless warning
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2007 13:23:43 +0000
(13:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2007 13:23:43 +0000
(13:23 +0000)
SVN-Revision: 7588
scripts/config/menu.c
patch
|
blob
|
history
diff --git
a/scripts/config/menu.c
b/scripts/config/menu.c
index 286e25569d3148ca1074d009e40319511e05603e..4b49fa50d11a7aa729a52ad3f8df3cc0a7b09058 100644
(file)
--- 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);