mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove variable that is not used
Spotted by clang++ 13.
This commit is contained in:
parent
5f4890721b
commit
d99502d915
@ -3109,10 +3109,7 @@ void GuiDocument::updateEngineType(string const & items, CiteEngineType const &
|
||||
{
|
||||
engine_types_.clear();
|
||||
|
||||
int nn = 0;
|
||||
|
||||
for (int n = 0; !token(items, '|', n).empty(); ++n) {
|
||||
nn += 1;
|
||||
string style = token(items, '|', n);
|
||||
engine_types_.push_back(style);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user