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



commit 8224ee0179983e51668dfe98f1800d3d97e4463d
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 9 10:46:32 2020 -0700

    wayland: Drop some unused vfuncs
    
    present_popup is unused in the frontend.

 gdk/wayland/gdksurface-wayland.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk/wayland/gdksurface-wayland.c b/gdk/wayland/gdksurface-wayland.c
index 81457d131f..dcfbed7053 100644
--- a/gdk/wayland/gdksurface-wayland.c
+++ b/gdk/wayland/gdksurface-wayland.c
@@ -3774,7 +3774,6 @@ gdk_wayland_surface_class_init (GdkWaylandSurfaceClass *klass)
   object_class->finalize = gdk_wayland_surface_finalize;
 
   impl_class->hide = gdk_wayland_surface_hide;
-  impl_class->present_popup = gdk_wayland_surface_present_popup;
   impl_class->get_geometry = gdk_wayland_surface_get_geometry;
   impl_class->get_root_coords = gdk_wayland_surface_get_root_coords;
   impl_class->get_device_state = gdk_wayland_surface_get_device_state;


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