mir: Don't set the GdkScreen get_setting vfunc

We don't use it anymore.
This commit is contained in:
Matthias Clasen 2017-10-30 16:51:38 -04:00
parent e821c2fc2f
commit 96f1e83877

View File

@ -708,5 +708,4 @@ gdk_mir_screen_class_init (GdkMirScreenClass *klass)
screen_class->get_display = gdk_mir_screen_get_display;
screen_class->get_root_window = gdk_mir_screen_get_root_window;
screen_class->get_setting = gdk_mir_screen_get_setting;
}