]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
simplificatons
[lyx.git] / src / insets / insetmarginal.h
index 26654106a674938493d1cea8e456e8bbe6b6acb5..09ae022f6e70cf2de77518eb80c1788a7d06743a 100644 (file)
@@ -26,15 +26,11 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
-       ///
        Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif