commit 74dbfc1b1b9f7b05e5fde97398504974c4277686
Author: Richard Heck <[email protected]>
Date: Sun Oct 15 20:57:15 2017 -0400
Revert "Fix bug #8782."
This reverts commit de2a58d986739bccb83615e8515d715ebf1b5821.
---
src/BufferView.cpp | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index bd5a944..efe7e54 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -1354,13 +1354,6 @@ void BufferView::dispatch(FuncRequest const & cmd,
DispatchResult & dr)
else
dr.screenUpdate(Update::Force | Update::FitCursor);
dr.forceBufferUpdate();
- // we only need to do this if we have deleted or restored a
- // BiBTeX inset. but there is no other place to do it. one
- // obvious idea is to try to do it in a copy constructor for
- // InsetBibTeX, but when that is invoked, the buffer_ member
- // is not yet set.
- buffer().invalidateBibfileCache();
- buffer().removeBiblioTempFiles();
break;
case LFUN_REDO:
@@ -1371,9 +1364,6 @@ void BufferView::dispatch(FuncRequest const & cmd,
DispatchResult & dr)
else
dr.screenUpdate(Update::Force | Update::FitCursor);
dr.forceBufferUpdate();
- // see above
- buffer().invalidateBibfileCache();
- buffer().removeBiblioTempFiles();
break;
case LFUN_FONT_STATE: