Drop unused Workspace::deletedList()

It's unused, and there should not be any usecases for it outside the
Workspace.
This commit is contained in:
Vlad Zahorodnii 2023-03-15 14:10:44 +02:00
parent 8f21d444c6
commit bcc299c3fe

View file

@ -256,13 +256,6 @@ public:
return m_unmanaged;
}
/**
* @return List of deleted "windows" currently managed by Workspace
*/
const QList<Window *> &deletedList() const
{
return deleted;
}
/**
* @returns List of all windows (either X11 or Wayland) currently managed by Workspace
*/