diff --git a/src/run-js-test.c b/src/run-js-test.c index 5fb077c2d..172ec179f 100644 --- a/src/run-js-test.c +++ b/src/run-js-test.c @@ -68,7 +68,6 @@ main(int argc, char **argv) if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS) return 1; - g_object_set (clutter_settings_get_default (), "window-scaling-factor", 1, NULL); gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); context = g_option_context_new (NULL); diff --git a/src/shell-global.c b/src/shell-global.c index 3bfaba466..b195c6f85 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -858,7 +858,6 @@ update_scale_factor (GtkSettings *settings, } /* Make sure clutter and gdk scaling stays disabled */ - g_object_set (clutter_settings_get_default (), "window-scaling-factor", 1, NULL); gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); }