]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnknown.cpp
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathUnknown.cpp
index 22ea1fc88832413e47f5b7548eb8e0b9112eb48e..a49d591a35bbafa43d8fbf82faa15019095fe8d7 100644 (file)
@@ -27,12 +27,6 @@ InsetMathUnknown::InsetMathUnknown(docstring const & nm,
 {}
 
 
-Inset * InsetMathUnknown::clone() const
-{
-       return new InsetMathUnknown(*this);
-}
-
-
 docstring InsetMathUnknown::name() const
 {
        return name_;