[LyX/master] Remove redundant code
Richard Kimberly Heck
rikiheck at lyx.org
Sat Dec 23 16:55:55 UTC 2023
commit 1a214f2380a8768603f43acb9ea65eb1e6d13758
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Sat Dec 23 13:17:56 2023 -0500
Remove redundant code
---
src/frontends/qt/GuiDocument.cpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp
index 9a2afca..d4471cf 100644
--- a/src/frontends/qt/GuiDocument.cpp
+++ b/src/frontends/qt/GuiDocument.cpp
@@ -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_);
More information about the lyx-cvs
mailing list