]> git.lyx.org Git - lyx.git/blobdiff - src/iterators.h
fix mathed crash
[lyx.git] / src / iterators.h
index 07c885b8c6704583c58a549e3e315cd2f8f6e289..a68f7ff12d565886c7c732b4332edd0d79a214b0 100644 (file)
@@ -25,7 +25,6 @@ class LyXText;
 class InsetBase;
 class Cursor;
 class Buffer;
-class BufferView;
 class PosIterator;
 
 
@@ -78,8 +77,6 @@ public:
        int index() const;
        ///
        size_t size() const;
-       ///
-       void lockPath(BufferView *) const;
 
        typedef std::vector<ParPosition> PosHolder;
        PosHolder const & positions() const