From: Richard Kimberly Heck Date: Sat, 23 Dec 2023 18:17:56 +0000 (-0500) Subject: Remove redundant code X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1a214f2380a8768603f43acb9ea65eb1e6d13758;p=features.git Remove redundant code --- diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp index 9a2afca924..d4471cff7b 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_);