x11: Don't set the GdkScreen get_setting vfunc

We are not using it anymore.
This commit is contained in:
Matthias Clasen 2017-10-30 16:52:56 -04:00
parent 2a4da2cfcd
commit 42d2b50515

View File

@ -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"),