diff --git a/library/Core.cpp b/library/Core.cpp index f4512cdbb..1f2f6e159 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -2420,7 +2420,6 @@ bool Core::SelectHotkey(int sym, int modifiers) continue; } if (!binding.focus.empty()) { - // TODO: understand more about this to figure out if this solution works bool found = false; std::vector focusStrings = Gui::getFocusStrings(Core::getTopViewscreen()); for (std::string focusString : focusStrings) {