]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.cpp
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetOptArg.cpp
index d05902bfaff2eb97fa43565f4d93dd59df7754df..d6a08f0bb32f21883391d01a735270a64bf99f4d 100644 (file)
@@ -21,22 +21,11 @@ using namespace std;
 namespace lyx {
 
 
-InsetOptArg::InsetOptArg(BufferParams const & ins)
-       : InsetCollapsable(ins)
+InsetOptArg::InsetOptArg(Buffer const & buf)
+       : InsetCollapsable(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");