]> git.lyx.org Git - features.git/commitdiff
Remove useless return leftover from earlier code
authorGuillaume Munch <gm@lyx.org>
Sun, 4 Dec 2016 17:28:02 +0000 (18:28 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 4 Dec 2016 17:28:02 +0000 (18:28 +0100)
src/frontends/qt4/GuiSymbols.cpp

index 145a2d20dd8397d09156611133f5d176a48f6a3d..9f7dd6105bda22b5e7c570572a700d7ec430e5b3 100644 (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;
        }
 }