]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlatexaccent.h
fix #832
[lyx.git] / src / insets / insetlatexaccent.h
index d89a0afdfa7c7612103d30787c5f00cbad4cf276..06345ef6e72554a3db8c8776692ebc838069a71b 100644 (file)
@@ -40,7 +40,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
        ///
        int lbearing(LyXFont const & font) const;
        ///
@@ -62,8 +62,6 @@ public:
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
-       bool deletable() const;
-       ///
        bool directWrite() const;
        ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const;