Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261634
b: refs/heads/master
c: e9882ac
h: refs/heads/master
v: v3
  • Loading branch information
Raghavendra D Prabhu authored and Michal Marek committed Jul 13, 2011
1 parent 70eb696 commit 75c73c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c74cd4cc7e7ad9117789e0ca22892a42f87d890
refs/heads/master: e9882ac0e53332f6d7ab776e7a214a9cfbf3e4b4
2 changes: 0 additions & 2 deletions trunk/scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,6 @@ static void conf(struct menu *menu)
struct menu *submenu = 0;
const char *prompt = menu_get_prompt(menu);
struct symbol *sym;
struct menu *active_menu = NULL;
int res;
int current_index = 0;
int last_top_row = 0;
Expand Down Expand Up @@ -1152,7 +1151,6 @@ static void conf(struct menu *menu)
continue;

submenu = (struct menu *) item_data();
active_menu = (struct menu *)item_data();
if (!submenu || !menu_is_visible(submenu))
continue;
if (submenu)
Expand Down

0 comments on commit 75c73c2

Please sign in to comment.