mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 01:31:54 -07:00
misc: fix a warning
This commit is contained in:
@@ -912,7 +912,6 @@ void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) {
|
||||
return;
|
||||
|
||||
auto pWorkspace = g_pCompositor->getWorkspaceByID(WORKSPACEID);
|
||||
const auto PMONITOR = g_pCompositor->getMonitorFromID(PWINDOW->m_iMonitorID);
|
||||
const auto OLDMIDDLE = PWINDOW->middle();
|
||||
|
||||
if (pWorkspace) {
|
||||
|
Reference in New Issue
Block a user