Remove redundant code

This commit is contained in:
Richard Kimberly Heck 2023-12-23 13:17:56 -05:00
parent 378397a6c6
commit 1a214f2380

View File

@ -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_);