mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
window: remove unused list
This commit is contained in:
@@ -209,8 +209,7 @@ class CWindow {
|
||||
DYNLISTENER(ackConfigure);
|
||||
// DYNLISTENER(newSubsurfaceWindow);
|
||||
|
||||
CWLSurface m_pWLSurface;
|
||||
std::list<CWLSurface> m_lPopupSurfaces;
|
||||
CWLSurface m_pWLSurface;
|
||||
|
||||
union {
|
||||
wlr_xdg_surface* xdg;
|
||||
|
Reference in New Issue
Block a user