]> git.lyx.org Git - features.git/commitdiff
Remove redundant code
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 23 Dec 2023 18:17:56 +0000 (13:17 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 23 Dec 2023 18:17:56 +0000 (13:17 -0500)
src/frontends/qt/GuiDocument.cpp

index 9a2afca92435a75434584e22f56171eccf9de03e..d4471cff7b9506eaabbb664ae6fe89346e2d9c0e 100644 (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_);