]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
following rev. 18724 boost/signal is not needed.
[lyx.git] / src / insets / InsetWrap.h
index 13619f6afe48ba21618d532906848baa9c323f8b..d8f5acae931da6dc6f78566c0cdca06022196049 100644 (file)
@@ -54,20 +54,18 @@ public:
        Inset::Code lyxCode() const { return Inset::WRAP_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
        ///
        bool insetAllowed(Inset::Code) const;
        ///
-       void addToToc(TocList &, Buffer const &) const;
-       ///
        bool showInsetDialog(BufferView *) const;
        ///
        InsetWrapParams const & params() const { return params_; }