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(ackConfigure);
// DYNLISTENER(newSubsurfaceWindow); // DYNLISTENER(newSubsurfaceWindow);
CWLSurface m_pWLSurface; CWLSurface m_pWLSurface;
std::list<CWLSurface> m_lPopupSurfaces;
union { union {
wlr_xdg_surface* xdg; wlr_xdg_surface* xdg;