From ade14779b1169c2136e27e2bfc82055dca0443e6 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 21 Mar 2018 20:33:20 +0100 Subject: [PATCH] surface: Remove some unused vfuncs --- gdk/gdksurfaceimpl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/gdksurfaceimpl.h b/gdk/gdksurfaceimpl.h index 5e83072f55..5e089571bc 100644 --- a/gdk/gdksurfaceimpl.h +++ b/gdk/gdksurfaceimpl.h @@ -200,8 +200,6 @@ struct _GdkSurfaceImplClass gint root_x, gint root_y, guint32 timestamp); - void (* enable_synchronized_configure) (GdkSurface *surface); - void (* configure_finished) (GdkSurface *surface); void (* set_opacity) (GdkSurface *surface, gdouble opacity); void (* destroy_notify) (GdkSurface *surface);