diff --git a/src/frontends/qt4/GuiInfo.cpp b/src/frontends/qt4/GuiInfo.cpp index 9d162835c4..cb6c2b549d 100644 --- a/src/frontends/qt4/GuiInfo.cpp +++ b/src/frontends/qt4/GuiInfo.cpp @@ -99,9 +99,6 @@ void GuiInfo::applyView() dispatch(FuncRequest(LFUN_INSET_MODIFY, argument)); // FIXME: update the inset contents bufferview()->buffer().updateLabels(); - BufferView * bv = const_cast(bufferview()); - bv->buffer().changed(true); - bv->buffer().markDirty(); }