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/protocols | |
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/protocols')
-rw-r--r-- | src/protocols/FocusGrab.hpp | 3 | ||||
-rw-r--r-- | src/protocols/PresentationTime.hpp | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/protocols/FocusGrab.hpp b/src/protocols/FocusGrab.hpp index a2d545c5..6fe8780f 100644 --- a/src/protocols/FocusGrab.hpp +++ b/src/protocols/FocusGrab.hpp @@ -53,9 +53,6 @@ class CFocusGrab { bool m_bGrabActive = false; - DYNLISTENER(pointerGrabStarted); - DYNLISTENER(keyboardGrabStarted); - DYNLISTENER(touchGrabStarted); friend class CFocusGrabSurfaceState; }; diff --git a/src/protocols/PresentationTime.hpp b/src/protocols/PresentationTime.hpp index 06c71c9a..421bb838 100644 --- a/src/protocols/PresentationTime.hpp +++ b/src/protocols/PresentationTime.hpp @@ -27,8 +27,6 @@ class CQueuedPresentationData { WP<CMonitor> pMonitor; WP<CWLSurfaceResource> surface; - DYNLISTENER(destroySurface); - friend class CPresentationFeedback; friend class CPresentationProtocol; }; |