diff --git a/src/Window.hpp b/src/Window.hpp index f4809d11..620ae06d 100644 --- a/src/Window.hpp +++ b/src/Window.hpp @@ -209,8 +209,7 @@ class CWindow { DYNLISTENER(ackConfigure); // DYNLISTENER(newSubsurfaceWindow); - CWLSurface m_pWLSurface; - std::list m_lPopupSurfaces; + CWLSurface m_pWLSurface; union { wlr_xdg_surface* xdg;