From 2623364dbd641b4299148d71bac95a6f1e5845c1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:33:44 +0200 Subject: [PATCH] no_xwayland: fix redef --- src/helpers/XWaylandStubs.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index 39eaa5e0..b3a5806a 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -169,8 +169,4 @@ inline wlr_xwayland_surface* wlr_xwayland_surface_try_from_wlr_surface(wlr_surfa inline bool wlr_xwayland_or_surface_wants_focus(const wlr_xwayland_surface*) { return false; -} - -inline bool wlr_backend_is_x11(void*) { - return false; } \ No newline at end of file