region: Remove code to handle print button

It's not in the main UI anymore.
This commit is contained in:
Bastien Nocera 2011-02-07 01:15:16 +00:00
parent 9c2bfba4ca
commit 8f405c9346

View file

@ -138,11 +138,6 @@ setup_xkb_tabs (GtkBuilder * dialog)
WID ("chk_new_windows_default_layout"), "sensitive",
G_SETTINGS_BIND_DEFAULT);
#ifdef HAVE_X11_EXTENSIONS_XKB_H
if (strcmp (xkl_engine_get_backend_name (engine), "XKB"))
#endif
gtk_widget_hide (WID ("xkb_layouts_print"));
xkb_layouts_prepare_selected_tree (dialog);
xkb_layouts_fill_selected_tree (dialog);