window: remove unused list

This commit is contained in:
Vaxry 2024-02-29 16:15:48 +00:00
parent 6916d0a6a3
commit fbba8757cb

View file

@ -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;