aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/gconf.c9
-rw-r--r--scripts/kconfig/gconf.glade10
2 files changed, 0 insertions, 19 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;
diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade
index b1c86c19292c..909f5a457ac0 100644
--- a/scripts/kconfig/gconf.glade
+++ b/scripts/kconfig/gconf.glade
@@ -200,16 +200,6 @@
200 </widget> 200 </widget>
201 </child> 201 </child>
202 202
203 <child>
204 <widget class="GtkCheckMenuItem" id="show_debug_info1">
205 <property name="visible">True</property>
206 <property name="tooltip" translatable="yes">Show masked options</property>
207 <property name="label" translatable="yes">Show _debug info</property>
208 <property name="use_underline">True</property>
209 <property name="active">False</property>
210 <signal name="activate" handler="on_show_debug_info1_activate"/>
211 </widget>
212 </child>
213 </widget> 203 </widget>
214 </child> 204 </child>
215 </widget> 205 </widget>