mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:45:59 +01:00
window: remove unused list
This commit is contained in:
parent
6916d0a6a3
commit
fbba8757cb
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue