[gtk/present-toplevel-2: 158/178] Drop some unused vfuncs



commit f265e37b434c678f83b082d98df36ce18dbdceba
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 9 10:40:53 2020 -0700

    Drop some unused vfuncs
    
    toplevel_resize is unused in the frontend.

 gdk/x11/gdksurface-x11.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk/x11/gdksurface-x11.c b/gdk/x11/gdksurface-x11.c
index 5063831ede..57d0d74e55 100644
--- a/gdk/x11/gdksurface-x11.c
+++ b/gdk/x11/gdksurface-x11.c
@@ -4719,7 +4719,6 @@ gdk_x11_surface_class_init (GdkX11SurfaceClass *klass)
   object_class->finalize = gdk_x11_surface_finalize;
   
   impl_class->hide = gdk_x11_surface_hide;
-  impl_class->toplevel_resize = gdk_x11_surface_toplevel_resize;
   impl_class->present_popup = gdk_x11_surface_present_popup;
   impl_class->get_geometry = gdk_x11_surface_get_geometry;
   impl_class->get_root_coords = gdk_x11_surface_get_root_coords;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]