remove fixXwaylandwindowsonworkspace, not needed anymore
This commit is contained in:
parent
8bcfda2230
commit
53b8263eb1
1 changed files with 3 additions and 0 deletions
|
|
@ -819,6 +819,9 @@ CWindow* CCompositor::getFirstWindowOnWorkspace(const int& id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::fixXWaylandWindowsOnWorkspace(const int& id) {
|
void CCompositor::fixXWaylandWindowsOnWorkspace(const int& id) {
|
||||||
|
// not needed anymore
|
||||||
|
return;
|
||||||
|
|
||||||
const auto ISVISIBLE = isWorkspaceVisible(id);
|
const auto ISVISIBLE = isWorkspaceVisible(id);
|
||||||
|
|
||||||
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(id);
|
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue