remove a useless warning
authorFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2007 13:23:43 +0000 (13:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 12 Jun 2007 13:23:43 +0000 (13:23 +0000)
SVN-Revision: 7588

scripts/config/menu.c

index 286e25569d3148ca1074d009e40319511e05603e..4b49fa50d11a7aa729a52ad3f8df3cc0a7b09058 100644 (file)
@@ -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);