Remove unnecessary comment

develop
Robob27 2023-02-02 21:39:01 -05:00
parent 1c08b56a89
commit cece0bfca1
1 changed files with 0 additions and 1 deletions

@ -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<std::string> focusStrings = Gui::getFocusStrings(Core::getTopViewscreen());
for (std::string focusString : focusStrings) {