aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r--scripts/kconfig/gconf.c9
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;
35static gboolean show_range = TRUE; 35static gboolean show_range = TRUE;
36static gboolean show_value = TRUE; 36static gboolean show_value = TRUE;
37static gboolean show_all = FALSE; 37static gboolean show_all = FALSE;
38static gboolean show_debug = FALSE;
39static gboolean resizeable = FALSE; 38static gboolean resizeable = FALSE;
40 39
41GtkWidget *main_wnd = NULL; 40GtkWidget *main_wnd = NULL;
@@ -647,14 +646,6 @@ on_show_all_options1_activate(GtkMenuItem * menuitem, gpointer user_data)
647} 646}
648 647
649 648
650void
651on_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
658void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) 649void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
659{ 650{
660 GtkWidget *dialog; 651 GtkWidget *dialog;