From de49793bb719add1ae4fe75c1d6ec99dde43213a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 12 Jun 2007 13:23:43 +0000
Subject: [PATCH] remove a useless warning

SVN-Revision: 7588
---
 scripts/config/menu.c | 3 ---
 1 file changed, 3 deletions(-)

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);
-- 
2.30.2