From bcc299c3fe0a66a9f2489d26cc54877f07ca5b51 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 15 Mar 2023 14:10:44 +0200 Subject: [PATCH] Drop unused Workspace::deletedList() It's unused, and there should not be any usecases for it outside the Workspace. --- src/workspace.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/workspace.h b/src/workspace.h index aba765383b..d11686887a 100644 --- a/src/workspace.h +++ b/src/workspace.h @@ -256,13 +256,6 @@ public: return m_unmanaged; } - /** - * @return List of deleted "windows" currently managed by Workspace - */ - const QList &deletedList() const - { - return deleted; - } /** * @returns List of all windows (either X11 or Wayland) currently managed by Workspace */