mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Remove unused variables
This commit is contained in:
parent
95bcff9924
commit
0d6a38f3d4
@ -3025,9 +3025,6 @@ void Buffer::markDirty()
|
||||
}
|
||||
d->bak_clean = false;
|
||||
|
||||
DepClean::iterator it = d->dep_clean.begin();
|
||||
DepClean::const_iterator const end = d->dep_clean.end();
|
||||
|
||||
for (auto & depit : d->dep_clean)
|
||||
depit.second = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user