]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetVSpace.h
Move handling of LFUN_MOUSE_RELEASE up to Inset and remove the edit() functions for...
[features.git] / src / insets / InsetVSpace.h
index a559f13be935378871ebc1272c9f26ea50618bad..873e3c36236c8d3601b2d20e3a4fffa4b71912df 100644 (file)
@@ -32,9 +32,6 @@ public:
        ///
        InsetCode lyxCode() const { return VSPACE_CODE; }
        ///
-       void edit(Cursor & cur, bool front,
-               EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);
-       ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        docstring contextMenu(BufferView const & bv, int x, int y) const;