]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
layout file converter for layout files in old format
[lyx.git] / src / paragraph_pimpl.C
index f5ca835b382f127c39cdfa44f05c90c5cb53e955..9547fc9838bf2883a664d2d1137a77585e9d4850 100644 (file)
@@ -172,8 +172,6 @@ void Paragraph::Pimpl::markErased(bool erased)
        if (erased) {
                erase(0, size());
        } else {
-               pos_type i = 0;
-
                for (pos_type i = 0; i < size(); ++i) {
                        changes_->set(Change::UNCHANGED, i);
                        if (owner_->isInset(i))