mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove redundant code
This commit is contained in:
parent
378397a6c6
commit
1a214f2380
@ -3663,10 +3663,8 @@ void GuiDocument::applyView()
|
||||
else
|
||||
bp_.bibtex_command = bibtex_command + " " + bibtex_options;
|
||||
|
||||
if (biblioChanged_) {
|
||||
if (biblioChanged_)
|
||||
buffer().invalidateBibinfoCache();
|
||||
buffer().removeBiblioTempFiles();
|
||||
}
|
||||
|
||||
// Indices
|
||||
indicesModule->apply(bp_);
|
||||
|
Loading…
Reference in New Issue
Block a user