Remove useless return leftover from earlier code

This commit is contained in:
Guillaume Munch 2016-12-04 18:28:02 +01:00
parent 9c1142c880
commit b329b471d4

View File

@ -477,7 +477,6 @@ void GuiSymbols::updateSymbolList(bool update_combo)
// this happens when the encoding changes when moving the cursor
categoryCO->setCurrentIndex(0);
updateSymbolList(false);
return;
}
}