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



commit a8fb7e4eafc5c54a40812fe8144006fb1c3dfda3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 9 10:47:25 2020 -0700

    x11: Drop some unused vfuncs
    
    present_popup 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 57d0d74e55..cb67732288 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->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;
   impl_class->get_device_state = gdk_x11_surface_get_device_state;


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