diff --git a/src/run-js-test.c b/src/run-js-test.c index 172ec179f..ba5e875e8 100644 --- a/src/run-js-test.c +++ b/src/run-js-test.c @@ -30,11 +30,8 @@ #include #include -#include -#include #include #include -#include #include "shell-global.h" #include "shell-global-private.h" @@ -59,17 +56,6 @@ main(int argc, char **argv) gsize len; int code; - gdk_set_allowed_backends("x11"); - - gtk_init (&argc, &argv); - - clutter_x11_set_display (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())); - - if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS) - return 1; - - gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); - context = g_option_context_new (NULL); /* pass unknown through to the JS script */