]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetoptarg.h
index 50ff61cb9eb88b95db371003eb88199de091a2d3..4c3fec130615e77d727b1300a6d1301c646d315b 100644 (file)
@@ -26,13 +26,8 @@ public:
        InsetOptArg(BufferParams const &);
 
        InsetOptArg(InsetOptArg const &);
-       //InsetOptArg(InsetOptArg const &, bool same_id);
-
-       /// make a duplicate of this inset
-       Inset * clone(Buffer const &) const;
        /// make a duplicate of this inset
-       //Inset * clone(Buffer const &, bool same_id) const;
-
+       Inset * clone() const;
        /// this inset is editable
        EDITABLE editable() const { return IS_EDITABLE; }
        /// code of the inset