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