]> git.lyx.org Git - features.git/blobdiff - src/BufferView.C
More errorlist adjustements.
[features.git] / src / BufferView.C
index 5b0a7330e7748a99c0eb310966b5b2e9b6f0b084..f5e0dcae38f8600f6625b23eb5df8d479c745256 100644 (file)
@@ -336,18 +336,6 @@ bool BufferView::insertLyXFile(string const & filen)
 }
 
 
-void BufferView::resetErrorList()
-{
-       pimpl_->errorlist_.clear();
-}
-
-
-void BufferView::setErrorList(ErrorList const & el)
-{
-       pimpl_->errorlist_ = el;
-}
-
-
 void BufferView::showErrorList(string const & action) const
 {
        if (getErrorList().size()) {
@@ -361,6 +349,7 @@ ErrorList const &
 BufferView::getErrorList() const
 {
        return pimpl_->errorlist_;
+       pimpl_->errorlist_.clear();
 }