]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
cleanup some debug messages
[lyx.git] / src / paragraph_funcs.C
index 2cb63eaa3825d355904e093bd8d80879a1be45d6..a43217cc055591222a2b62d954aecafec8812a6d 100644 (file)
@@ -83,8 +83,6 @@ bool moveItem(Paragraph & from, Paragraph & to,
                if (tmpinset)
                        to.insertInset(j, tmpinset, tmpfont, change);
        } else {
-               if (!to.checkInsertChar(tmpfont))
-                       return false;
                to.insertChar(j, tmpchar, tmpfont, change);
        }
        return true;