gtk-demo: No need to gdk_flush() here

And if there was a need, GDK should have done it.
This commit is contained in:
Benjamin Otte
2017-11-17 08:34:57 +01:00
parent 594aae71e5
commit 8d7d5343d8

View File

@@ -150,7 +150,6 @@ query_for_toplevel (GdkDisplay *display,
g_object_unref (cursor);
gtk_widget_destroy (popup);
gdk_flush (); /* Really release the grab */
return toplevel;
}