aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2010-04-14 11:44:51 +0800
committerMichal Marek <mmarek@suse.cz>2010-04-14 15:34:18 +0200
commit7b5d87215b38359ecadf7a69575b11e140a00484 (patch)
tree8efdd6c0d7b429c1ad36366b0e0db61513ef75ed /scripts
parent2944235430c37970f82ad57b8ead343ee6065004 (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')
-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 80fe9ca2cbb..c6aa5a5948a 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -35,7 +35,6 @@ static gboolean show_name = TRUE;
static gboolean show_range = TRUE;
static gboolean show_value = TRUE;
static gboolean show_all = FALSE;
-static gboolean show_debug = FALSE;
static gboolean resizeable = FALSE;
GtkWidget *main_wnd = NULL;
@@ -647,14 +646,6 @@ on_show_all_options1_activate(GtkMenuItem * menuitem, gpointer user_data)
}
-void
-on_show_debug_info1_activate(GtkMenuItem * menuitem, gpointer user_data)
-{
- show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active;
- update_tree(&rootmenu, NULL);
-}
-
-
void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
{
GtkWidget *dialog;
diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade
index b1c86c19292..909f5a457ac 100644
--- a/scripts/kconfig/gconf.glade
+++ b/scripts/kconfig/gconf.glade
@@ -200,16 +200,6 @@
</widget>
</child>
- <child>
- <widget class="GtkCheckMenuItem" id="show_debug_info1">
- <property name="visible">True</property>
- <property name="tooltip" translatable="yes">Show masked options</property>
- <property name="label" translatable="yes">Show _debug info</property>
- <property name="use_underline">True</property>
- <property name="active">False</property>
- <signal name="activate" handler="on_show_debug_info1_activate"/>
- </widget>
- </child>
</widget>
</child>
</widget>