]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMath.cpp
index 9be69abbaaca077dc7452718a240d7693e6b5637..89f1f2053834df13559f42f6b25d98889af1afb9 100644 (file)
@@ -139,12 +139,6 @@ HullType InsetMath::getType() const
 }
 
 
-docstring InsetMath::name() const
-{
-       return from_ascii("unknown");
-}
-
-
 std::ostream & operator<<(std::ostream & os, MathAtom const & at)
 {
        odocstringstream oss;