mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 10:25:59 +01:00
misc: fix a warning
This commit is contained in:
parent
287e6c4ede
commit
cf7c5e4dff
1 changed files with 0 additions and 1 deletions
|
@ -912,7 +912,6 @@ void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
auto pWorkspace = g_pCompositor->getWorkspaceByID(WORKSPACEID);
|
auto pWorkspace = g_pCompositor->getWorkspaceByID(WORKSPACEID);
|
||||||
const auto PMONITOR = g_pCompositor->getMonitorFromID(PWINDOW->m_iMonitorID);
|
|
||||||
const auto OLDMIDDLE = PWINDOW->middle();
|
const auto OLDMIDDLE = PWINDOW->middle();
|
||||||
|
|
||||||
if (pWorkspace) {
|
if (pWorkspace) {
|
||||||
|
|
Loading…
Reference in a new issue