]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnknown.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathUnknown.cpp
index 22ea1fc88832413e47f5b7548eb8e0b9112eb48e..2cd11c2a8666ed1f537ab58ac6e026fcbe3b6552 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -27,12 +27,6 @@ InsetMathUnknown::InsetMathUnknown(docstring const & nm,
 {}
 
 
-Inset * InsetMathUnknown::clone() const
-{
-       return new InsetMathUnknown(*this);
-}
-
-
 docstring InsetMathUnknown::name() const
 {
        return name_;