keybinds: remove old comment

This commit is contained in:
vaxerski 2023-04-14 15:16:59 +01:00
parent e329bc2c7b
commit 3f2a18a435

View file

@ -882,9 +882,6 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
} }
void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) { void CKeybindManager::moveActiveToWorkspaceSilent(std::string args) {
// hacky, but works lol
// TODO: this sucks
CWindow* PWINDOW = nullptr; CWindow* PWINDOW = nullptr;
const auto ORIGINALARGS = args; const auto ORIGINALARGS = args;