wayland: 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:39 -04:00
parent 2a3e7e93d3
commit 2a4da2cfcd

View File

@ -630,7 +630,6 @@ _gdk_wayland_screen_class_init (GdkWaylandScreenClass *klass)
screen_class->get_display = gdk_wayland_screen_get_display; screen_class->get_display = gdk_wayland_screen_get_display;
screen_class->get_root_window = gdk_wayland_screen_get_root_window; screen_class->get_root_window = gdk_wayland_screen_get_root_window;
screen_class->get_setting = gdk_wayland_screen_get_setting;
} }
static void static void