]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
Patch by Richard Heck:
[lyx.git] / src / CursorSlice.h
index bcada34e19228d835d21cbbd09b060c4d9f8d8a2..a9326f1cce1b2d00bc6ad0918a4ff021b3dd7e02 100644 (file)
@@ -57,8 +57,6 @@ public:
        CursorSlice();
        ///
        explicit CursorSlice(Inset &);
-       ///
-       bool isValid() const;
 
        /// the current inset
        Inset & inset() const { return *inset_; }
@@ -124,8 +122,6 @@ public:
        /// write some debug information to \p os
        friend std::ostream & operator<<(std::ostream &, CursorSlice const &);
 private:
-       ///
-       void invalidate();
 
        /// pointer to 'owning' inset. This is some kind of cache.
        Inset * inset_;