From cece0bfca18ca7ca708059b9ddb2290eb9d9ff8a Mon Sep 17 00:00:00 2001 From: Robob27 Date: Thu, 2 Feb 2023 21:39:01 -0500 Subject: [PATCH] Remove unnecessary comment --- library/Core.cpp | 1 - 1 file changed, 1 deletion(-) 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) {