diff options
author | Vaxry <[email protected]> | 2024-09-23 17:59:35 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-09-24 00:47:34 +0100 |
commit | f79497087bdea3ea2706606362ba99cfe7a956a0 (patch) | |
tree | ff355fbf0041034506ed793c9e5a87a3664697d3 /src/xwayland | |
parent | 508bde1f61b1264c9621b937657088f09f318ce0 (diff) | |
download | Hyprland-f79497087bdea3ea2706606362ba99cfe7a956a0.tar.gz Hyprland-f79497087bdea3ea2706606362ba99cfe7a956a0.zip |
internal: nuke wlsignal and related
old semi-wrappers for wl_signal, they are no longer used
Diffstat (limited to 'src/xwayland')
-rw-r--r-- | src/xwayland/XSurface.hpp | 1 | ||||
-rw-r--r-- | src/xwayland/XWM.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/xwayland/XSurface.hpp b/src/xwayland/XSurface.hpp index 61eee984..7584354e 100644 --- a/src/xwayland/XSurface.hpp +++ b/src/xwayland/XSurface.hpp @@ -1,6 +1,5 @@ #pragma once -#include "../helpers/WLListener.hpp" #include "../helpers/signal/Signal.hpp" #include "../helpers/memory/Memory.hpp" #include "../helpers/math/Math.hpp" diff --git a/src/xwayland/XWM.hpp b/src/xwayland/XWM.hpp index ba00dd8d..37c61416 100644 --- a/src/xwayland/XWM.hpp +++ b/src/xwayland/XWM.hpp @@ -2,7 +2,6 @@ #include "../macros.hpp" #include "XDataSource.hpp" -#include "../helpers/WLListener.hpp" #include "../helpers/memory/Memory.hpp" #include "../helpers/signal/Signal.hpp" |