]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.C
the spellcheck cleanup
[features.git] / src / BufferView_pimpl.C
index dafede22355b31f2992e5e1be3b0f5e612239aa4..93b49159fe9775986ec819ab1233c8076758e89a 100644 (file)
@@ -418,8 +418,6 @@ void BufferView::Pimpl::resizeCurrentBuffer()
                bv_->text->fullRebreak();
                update();
        } else {
-               lyxerr << "text not available!" << endl;
-                       lyxerr << "no text in cache!" << endl;
                        bv_->text = new LyXText(bv_, 0, false, bv_->buffer()->paragraphs());
                        bv_->text->init(bv_);
        }