1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 07:41:09 -08:00

* src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.

This commit is contained in:
Eli Zaretskii 2022-07-14 19:00:12 +03:00
parent 8c6402844e
commit f2e131f1ae

View file

@ -1887,7 +1887,9 @@ xg_free_frame_widgets (struct frame *f)
/* x_free_frame_resources should have taken care of it */
#ifndef HAVE_PGTK
#ifdef HAVE_XDBE
eassert (!FRAME_X_DOUBLE_BUFFERED_P (f));
#endif
g_object_unref (FRAME_X_OUTPUT (f)->im_context);
#endif
gtk_widget_destroy (FRAME_GTK_OUTER_WIDGET (f));