From fbba8757cb1fbc79cc4b7744826a5a4cfca9264a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 29 Feb 2024 16:15:48 +0000 Subject: [PATCH] window: remove unused list --- src/Window.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;