]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
fix #832
[lyx.git] / src / insets / insetert.h
index 8e67a373e3086c9586d33d3022717f79cf3632f0..e6cd89a1b7e3b2fba1dd2f22df88005f37ebb58f 100644 (file)
@@ -62,10 +62,6 @@ public:
        void setFont(BufferView *, LyXFont const &,
                             bool toggleall = false, bool selectall = false);
        ///
-       void edit(BufferView *, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        EDITABLE editable() const;
        ///
        int latex(Buffer const *, std::ostream &, bool fragile,
@@ -109,7 +105,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;
        /// set the status of the inset
        void status(BufferView *, ERTStatus const st) const;
        ///
@@ -123,7 +119,7 @@ public:
        ///
        int getMaxWidth(BufferView *, UpdatableInset const *) const;
        ///
-       void update(BufferView *, LyXFont const &, bool =false);
+       void update(BufferView *, bool =false);
 
 private:
        ///