X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=98d307410fbc4919d55f38772ecd6792d7ac33c3;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=91335f3c3bd329fb101cccb085720e71f443b1c2;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index 91335f3c3b..98d307410f 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,20 +71,7 @@ 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 +void InsetMathLim::write(TeXMathStream &) const { LYXERR0("should not happen"); }