internal: nuke wlsignal and related

old semi-wrappers for wl_signal, they are no longer used
This commit is contained in:
Vaxry
2024-09-23 17:59:35 +01:00
parent 508bde1f61
commit f79497087b
17 changed files with 1 additions and 128 deletions

View File

@@ -53,9 +53,6 @@ class CFocusGrab {
bool m_bGrabActive = false;
DYNLISTENER(pointerGrabStarted);
DYNLISTENER(keyboardGrabStarted);
DYNLISTENER(touchGrabStarted);
friend class CFocusGrabSurfaceState;
};

View File

@@ -27,8 +27,6 @@ class CQueuedPresentationData {
WP<CMonitor> pMonitor;
WP<CWLSurfaceResource> surface;
DYNLISTENER(destroySurface);
friend class CPresentationFeedback;
friend class CPresentationProtocol;
};