forked from AuroraMiddleware/gtk
x11: Don't set the GdkScreen get_setting vfunc
We are not using it anymore.
This commit is contained in:
parent
2a4da2cfcd
commit
42d2b50515
@ -1281,7 +1281,6 @@ gdk_x11_screen_class_init (GdkX11ScreenClass *klass)
|
||||
|
||||
screen_class->get_display = gdk_x11_screen_get_display;
|
||||
screen_class->get_root_window = gdk_x11_screen_get_root_window;
|
||||
screen_class->get_setting = gdk_x11_screen_get_setting;
|
||||
|
||||
signals[WINDOW_MANAGER_CHANGED] =
|
||||
g_signal_new (g_intern_static_string ("window-manager-changed"),
|
||||
|
Loading…
Reference in New Issue
Block a user