From: Richard Heck Date: Sun, 1 Apr 2012 22:32:10 +0000 (-0400) Subject: Sorry, I didn't mean to include this change from trunk. X-Git-Tag: 2.0.4~160 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6b5e8b3e835af4806944f1d957f9e5bdbb892371;p=features.git Sorry, I didn't mean to include this change from trunk. That said, Julien, if you see this, is that something we should think about backporting? --- diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index 0669e0e76c..294ea939ba 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -58,7 +58,6 @@ InsetBibtex::InsetBibtex(Buffer * buf, InsetCommandParams const & p) : InsetCommand(buf, p) { buffer().invalidateBibfileCache(); - buffer().removeBiblioTempFiles(); }