mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
Remove useless return leftover from earlier code
This commit is contained in:
parent
9c1142c880
commit
b329b471d4
@ -477,7 +477,6 @@ void GuiSymbols::updateSymbolList(bool update_combo)
|
|||||||
// this happens when the encoding changes when moving the cursor
|
// this happens when the encoding changes when moving the cursor
|
||||||
categoryCO->setCurrentIndex(0);
|
categoryCO->setCurrentIndex(0);
|
||||||
updateSymbolList(false);
|
updateSymbolList(false);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user