]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetCommand.h
index 13f37e5b2ea7e4e8ba7ec9864a3f4384929f3fb0..a4dd7c3340616e0b7f58ffd8c9cb46b7f23eb3a8 100644 (file)
@@ -90,9 +90,6 @@ private:
        ///
        InsetCode lyxCode() const { return NO_CODE; }
        ///
-       void edit(Cursor & cur, bool front, 
-               EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);
-       ///
        RenderButton & button() const { return button_; }
        ///
        bool setMouseHover(bool mouse_hover);
@@ -109,7 +106,7 @@ private:
        docstring contextMenu(BufferView const & bv, int x, int y) const;
        /// This should provide the text for the button
        virtual docstring screenLabel() const = 0;
-       /// show the Label dialog
+       ///
        bool showInsetDialog(BufferView * bv) const;
 
 private: