]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.cpp
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetOptArg.cpp
index 03d1da6206d72915cf82e14f653c33a967460c34..d6a08f0bb32f21883391d01a735270a64bf99f4d 100644 (file)
@@ -26,17 +26,6 @@ InsetOptArg::InsetOptArg(Buffer const & buf)
 {}
 
 
-InsetOptArg::InsetOptArg(InsetOptArg const & in)
-       : InsetCollapsable(in)
-{}
-
-
-Inset * InsetOptArg::clone() const
-{
-       return new InsetOptArg(*this);
-}
-
-
 docstring InsetOptArg::editMessage() const
 {
        return _("Opened Optional Argument Inset");