]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.C
Added copy constructor to inset.h and used it in most insets which permit
[features.git] / src / insets / insetfoot.C
index c188496afe81e60c34d3294eae24974607ac0cd9..94a50917e9f7abcf72833691b76146e6a9e562d6 100644 (file)
@@ -32,18 +32,6 @@ InsetFoot::InsetFoot()
 }
 
 
-Inset * InsetFoot::clone(Buffer const &, bool same_id) const
-{
-       InsetFoot * result = new InsetFoot;
-       result->inset.init(&inset, same_id);
-
-       result->collapsed_ = collapsed_;
-       if (same_id)
-               result->id_ = id_;
-       return result;
-}
-
-
 string const InsetFoot::editMessage() const
 {
        return _("Opened Footnote Inset");