X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=98d307410fbc4919d55f38772ecd6792d7ac33c3;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=a5eae28bb71f4eae1e909c3c7fecd2c452624b46;hpb=7aeda251ce348b8ca1ab76c5e9dd207dd20930fc;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index a5eae28bb7..98d307410f 100644 --- a/src/mathed/InsetMathLim.cpp +++ b/src/mathed/InsetMathLim.cpp @@ -71,17 +71,7 @@ void InsetMathLim::mathematica(MathematicaStream & os) const } -void InsetMathLim::mathmlize(MathStream & os) const -{ - // FIXME XHTML We need a form of MTag that takes attributes. - os << "" - << "" << "lim" << "" - << "" << cell(1) << "" << cell(2) << "" - << "(" << cell(0) << ")" ; -} - - -void InsetMathLim::write(WriteStream &) const +void InsetMathLim::write(TeXMathStream &) const { LYXERR0("should not happen"); }