diff --git a/tests/simple.c b/tests/simple.c index 9a017d269c..6c2b5e9846 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -38,7 +38,6 @@ main (int argc, char *argv[]) gtk_init (&argc, &argv); window = g_object_connect (g_object_new (gtk_window_get_type (), - "user_data", NULL, "type", GTK_WINDOW_TOPLEVEL, "title", "hello world", "resizable", FALSE,