]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
fix #832
[lyx.git] / src / insets / insetgraphics.h
index 03a1884bccec79bcca40f013cb34ef9a565a1c7f..2acaa173d1cef1fdd7752023d47b7ccf055b3501 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef INSET_GRAPHICS_H
 #define INSET_GRAPHICS_H
 
-
-
 #include "insets/inset.h"
 #include "insets/insetgraphicsParams.h"
 
@@ -35,7 +33,7 @@ public:
        ///
        ~InsetGraphics();
        ///
-       virtual dispatch_result localDispatch(FuncRequest const & cmd); 
+       virtual dispatch_result localDispatch(FuncRequest const & cmd);
        ///
        int ascent(BufferView *, LyXFont const &) const;
        ///
@@ -45,10 +43,6 @@ public:
        ///
        void draw(BufferView *, LyXFont const &, int, float &) const;
        ///
-       void edit(BufferView *, int, int, mouse_button::state);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        EDITABLE editable() const;
        ///
        void write(Buffer const *, std::ostream &) const;