kconfig: remove unneeded input_mode test in conf()
[carl9170fw.git] / config / conf.c
index 0d21a01122f7a70078fde40bb66cdae3ef03689d..0da602a422d23e731a5b80e9ae509eeefd4382ed 100644 (file)
@@ -354,8 +354,7 @@ static void conf(struct menu *menu)
 
                switch (prop->type) {
                case P_MENU:
-                       if ((input_mode == listnewconfig ||
-                            input_mode == oldnoconfig) &&
+                       if (input_mode == listnewconfig) &&
                            rootEntry != menu) {
                                check_conf(menu);
                                return;