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 | |
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')
-rw-r--r-- | scripts/kconfig/gconf.c | 9 | ||||
-rw-r--r-- | scripts/kconfig/gconf.glade | 10 |
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; | |||
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; |
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> |