]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetexternal.h
fix #832
[lyx.git] / src / insets / insetexternal.h
index fe4f0eb62217618a320bc2659b7bcb8129a1afda..930a9d904cab25dcf3e50f34c8da21183fe040d5 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef INSET_EXTERNAL_H
 #define INSET_EXTERNAL_H
 
-
 #include "insetbutton.h"
 #include "ExternalTemplate.h"
 #include "LString.h"
@@ -42,10 +41,6 @@ public:
        /// what appears in the minibuffer when opening
        virtual string const editMessage() const;
        ///
-       virtual void edit(BufferView *, int x, int y, mouse_button::state button);
-       ///
-       virtual void edit(BufferView * bv, bool front = true);
-       ///
        virtual EDITABLE editable() const { return IS_EDITABLE; }
        ///
        virtual void write(Buffer const *, std::ostream &) const;