]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.C
Fix bug 2982 (two undo steps are needed to undo inset-dissolve)
[features.git] / src / CutAndPaste.C
index 654009914b561bbf6a01b07763f47207f5f50741..e2c3afedb56403d3bf8ea62f783ecc67f4d6fc78 100644 (file)
@@ -621,8 +621,6 @@ void pasteParagraphList(LCursor & cur, ParagraphList const & parlist,
                LyXText * text = cur.text();
                BOOST_ASSERT(text);
 
-               recordUndo(cur);
-
                pit_type endpit;
                PitPosPair ppp;