X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMath.cpp;h=89f1f2053834df13559f42f6b25d98889af1afb9;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=9be69abbaaca077dc7452718a240d7693e6b5637;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMath.cpp b/src/mathed/InsetMath.cpp index 9be69abbaa..89f1f20538 100644 --- a/src/mathed/InsetMath.cpp +++ b/src/mathed/InsetMath.cpp @@ -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;