]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.cpp
update SCons
[lyx.git] / src / Undo.cpp
index 32ba4f2864de23bcc1b231460882efc1cb8206ad..e130cd8fdc61d32a6a15112aa6340bd0fadf805a 100644 (file)
@@ -429,7 +429,6 @@ bool Undo::Private::textUndoOrRedo(DocIterator & cur, bool isUndoOperation)
 
        // Adapt the new material to current buffer.
        buffer_.setBuffersForInsets(); // FIXME This shouldn't be here.
-       buffer_.updateBuffer();
        return true;
 }