diff options
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; |