wayland: Remove function declaration for nonexisting function

This commit is contained in:
Benjamin Otte 2019-02-06 11:55:33 +01:00 committed by Matthias Clasen
parent 1ef805328f
commit 3c1cca13b7

View File

@ -45,9 +45,6 @@ typedef struct _GdkWaylandSurfaceClass GdkWaylandSurfaceClass;
GDK_AVAILABLE_IN_ALL
GType gdk_wayland_surface_get_type (void);
GDK_AVAILABLE_IN_ALL
GdkSurface * gdk_wayland_surface_new_subsurface (GdkDisplay *display,
const GdkRectangle *position);
GDK_AVAILABLE_IN_ALL
struct wl_surface *gdk_wayland_surface_get_wl_surface (GdkSurface *surface);