]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
Make members of FuncRequest private, per the FIXME there. Again, this is
[lyx.git] / src / insets / InsetVSpace.h
index eeec30c1b8970025c5b40835fbcac5b04969943a..2cac05ed718b49d5a9bb3cb536beeffef958a6cb 100644 (file)
@@ -25,8 +25,6 @@ public:
        InsetVSpace() : Inset(0) {}
        ///
        InsetVSpace(VSpace const &);
-       ///
-       ~InsetVSpace();
        /// How much?
        VSpace const & space() const { return space_; }
        ///
@@ -70,8 +68,6 @@ private:
        Inset * clone() const { return new InsetVSpace(*this); }
        ///
        docstring const label() const;
-       ///
-       bool showInsetDialog(BufferView * bv) const;
 
        ///
        VSpace space_;