From ff4953caa60467f338b5dfbb19c02a9843085697 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 7 Jun 2023 11:02:35 +0200 Subject: [PATCH] wayland: Remove redundant ifdef It's already surrounded by the same ifdef Part-of: --- src/wayland/meta-wayland.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wayland/meta-wayland.h b/src/wayland/meta-wayland.h index 78487bb4c..d0fc57179 100644 --- a/src/wayland/meta-wayland.h +++ b/src/wayland/meta-wayland.h @@ -93,13 +93,10 @@ void meta_wayland_compositor_notify_surface_id (MetaWaylandCo int id, MetaWaylandSurface *surface); -#ifdef HAVE_XWAYLAND META_EXPORT_TEST MetaXWaylandManager * meta_wayland_compositor_get_xwayland_manager (MetaWaylandCompositor *compositor); #endif -#endif - META_EXPORT_TEST MetaContext * meta_wayland_compositor_get_context (MetaWaylandCompositor *compositor);