]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcollapsable.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetcollapsable.h
index 00bc07abff1bb1044da30eddf8af47d3f4c2e70a..7243844297e2464b09bf906b0e751962c19b2b96 100644 (file)
@@ -56,7 +56,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, const LyXFont &, int , float &, bool) const;
+       void draw(BufferView *, const LyXFont &, int , float &) const;
        ///
        void update(BufferView *, LyXFont const &, bool =false);
        ///
@@ -74,8 +74,6 @@ public:
        ///
        bool isTextInset() const { return true; }
        ///
-       bool doClearArea() const;
-       ///
        void insetUnlock(BufferView *);
        ///
        bool needFullRow() const { return isOpen(); }