From 3f2a18a4352bcf418d8a4645155f51904fdb4a47 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:16:59 +0100 Subject: [PATCH] keybinds: remove old comment --- src/managers/KeybindManager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index 9ba5273d..9c3a5bec 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -882,9 +882,6 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) { } void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) { - // hacky, but works lol - // TODO: this sucks - CWindow* PWINDOW = nullptr; const auto ORIGINALARGS = args;