diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2010-04-13 23:44:51 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-04-14 09:34:18 -0400 |
commit | 7b5d87215b38359ecadf7a69575b11e140a00484 (patch) | |
tree | 8efdd6c0d7b429c1ad36366b0e0db61513ef75ed /scripts/kconfig/gconf.c | |
parent | 2944235430c37970f82ad57b8ead343ee6065004 (diff) |
gconfig: remove show_debug option
This option is a no-op, so remove it.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 80fe9ca2cbb3..c6aa5a5948a1 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c | |||
@@ -35,7 +35,6 @@ static gboolean show_name = TRUE; | |||
35 | static gboolean show_range = TRUE; | 35 | static gboolean show_range = TRUE; |
36 | static gboolean show_value = TRUE; | 36 | static gboolean show_value = TRUE; |
37 | static gboolean show_all = FALSE; | 37 | static gboolean show_all = FALSE; |
38 | static gboolean show_debug = FALSE; | ||
39 | static gboolean resizeable = FALSE; | 38 | static gboolean resizeable = FALSE; |
40 | 39 | ||
41 | GtkWidget *main_wnd = NULL; | 40 | GtkWidget *main_wnd = NULL; |
@@ -647,14 +646,6 @@ on_show_all_options1_activate(GtkMenuItem * menuitem, gpointer user_data) | |||
647 | } | 646 | } |
648 | 647 | ||
649 | 648 | ||
650 | void | ||
651 | on_show_debug_info1_activate(GtkMenuItem * menuitem, gpointer user_data) | ||
652 | { | ||
653 | show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active; | ||
654 | update_tree(&rootmenu, NULL); | ||
655 | } | ||
656 | |||
657 | |||
658 | void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) | 649 | void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) |
659 | { | 650 | { |
660 | GtkWidget *dialog; | 651 | GtkWidget *dialog; |