mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
kconfig: gconf: remove meaningless code in init_main_window()
The 'widget' variable is set, but not used in later code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org>
This commit is contained in:
parent
ab2924ab5e
commit
5575df3d3a
|
|
@ -129,7 +129,6 @@ static void init_main_window(const gchar *glade_file)
|
|||
conf_set_changed_callback(conf_changed);
|
||||
|
||||
style = gtk_widget_get_style(main_wnd);
|
||||
widget = glade_xml_get_widget(xml, "toolbar1");
|
||||
|
||||
replace_button_icon(xml, main_wnd->window, style,
|
||||
"button4", (gchar **) xpm_single_view);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user