X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=9c042beba8cc41c48b5e87fccb59e3c18cadd85f;hb=4c724a6072013247ac178f0acec06825585c6c55;hp=91335f3c3bd329fb101cccb085720e71f443b1c2;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index 91335f3c3b..9c042beba8 100644 --- a/src/mathed/InsetMathLim.cpp +++ b/src/mathed/InsetMathLim.cpp @@ -12,7 +12,6 @@ #include "InsetMathLim.h" #include "MathData.h" -#include "MathExtern.h" #include "MathStream.h" #include "support/debug.h" @@ -72,19 +71,6 @@ void InsetMathLim::mathematica(MathematicaStream & os) const } -docstring InsetMathLim::mathmlize(MathStream & os) const -{ - // FIXME XHTML We need a form of MTag that takes attributes. - os << "" - << "" << "lim" << "" - << "" << cell(1) << "" << cell(2) - << "" << "("; - docstring const rv = lyx::mathmlize(cell(0), os); - os << ")"; - return rv; -} - - void InsetMathLim::write(WriteStream &) const { LYXERR0("should not happen");