]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / BufferView.h
index e2031947ff6eaf5e0fb91f34af87eb5ee9388489..add92022b7fc8c747d05eb73cb7b157aa935bd6a 100644 (file)
@@ -29,7 +29,6 @@ class UpdatableInset;
 class WordLangTuple;
 class Encoding;
 class ErrorList;
-class ErrorItem;
 
 /**
  * A buffer view encapsulates a view onto a particular
@@ -157,10 +156,6 @@ public:
 
        /// get the stored error list
        ErrorList const & getErrorList() const;
-       /// clears the stored error list
-       void resetErrorList();
-       /// stored this  error list
-       void setErrorList(ErrorList const &);
        /// show the error list to the user
        void showErrorList(string const &) const;
        /// set the cursor based on the given TeX source row