Merge branch 'gtk3-remove-warning-export-handle' into 'gtk-3-24'

Remove warning "Couldn't export handle, unsupported windowing system"

See merge request GNOME/gtk!7694
This commit is contained in:
Matthias Clasen 2024-09-06 12:39:18 +00:00
commit 4c92ca1857

View File

@ -13028,8 +13028,6 @@ gtk_window_export_handle (GtkWindow *window,
}
#endif
g_warning ("Couldn't export handle, unsupported windowing system");
return FALSE;
}