]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetmarginal.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetmarginal.h
index 1ee63aa9016a303a923d636fd468c075511d63b7..8414bdc2a4771434daaef0f130e4281b124d30c4 100644 (file)
@@ -26,11 +26,7 @@ public:
        ///
        InsetMarginal(InsetMarginal const &);
        ///
-       //InsetMarginal(InsetMarginal const &, bool same_id);
-       ///
-       Inset * clone(Buffer const &) const;
-       ///
-       //Inset * clone(Buffer const &, bool same_id) const;
+       Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///