Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359239
b: refs/heads/master
c: 1bdbac4
h: refs/heads/master
i:
  359237: 442afd1
  359235: dd482fd
  359231: 963d80a
v: v3
  • Loading branch information
Wang YanQing authored and Yann E. MORIN committed Jan 15, 2013
1 parent 5ffc04a commit 1a7142c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 6364fd0cb1e4c7f72b974613e0cf5744ae4d2cb2
refs/heads/master: 1bdbac478a858d2aa73a6784c7c2e09de0f6d06b
14 changes: 0 additions & 14 deletions trunk/scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,14 +599,6 @@ static void conf(struct menu *menu, struct menu *active_menu)
build_conf(menu);
if (!child_count)
break;
if (menu == &rootmenu) {
item_make("--- ");
item_set_tag(':');
item_make(_(" Load an Alternate Configuration File"));
item_set_tag('L');
item_make(_(" Save an Alternate Configuration File"));
item_set_tag('S');
}
dialog_clear();
res = dialog_menu(prompt ? _(prompt) : _("Main Menu"),
_(menu_instructions),
Expand Down Expand Up @@ -643,12 +635,6 @@ static void conf(struct menu *menu, struct menu *active_menu)
case 's':
conf_string(submenu);
break;
case 'L':
conf_load();
break;
case 'S':
conf_save();
break;
}
break;
case 2:
Expand Down

0 comments on commit 1a7142c

Please sign in to comment.