Drop unused Workspace::deletedList()
It's unused, and there should not be any usecases for it outside the Workspace.
This commit is contained in:
parent
8f21d444c6
commit
bcc299c3fe
1 changed files with 0 additions and 7 deletions
|
@ -256,13 +256,6 @@ public:
|
||||||
return m_unmanaged;
|
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
|
* @returns List of all windows (either X11 or Wayland) currently managed by Workspace
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue