]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
Change string
[lyx.git] / src / insets / InsetWrap.cpp
index 152146ac540b8c740ca3701cde0aef44c5a7cff5..8fcadf9458b71e12a0bf85a4adb5c8622fae2495 100644 (file)
@@ -200,12 +200,6 @@ void InsetWrap::validate(LaTeXFeatures & features) const
 }
 
 
-Inset * InsetWrap::clone() const
-{
-       return new InsetWrap(*this);
-}
-
-
 docstring InsetWrap::editMessage() const
 {
        return _("Opened Wrap Inset");