X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=9c042beba8cc41c48b5e87fccb59e3c18cadd85f;hb=02e82157ec583c3900e359de86be79fac6512387;hp=a5eae28bb71f4eae1e909c3c7fecd2c452624b46;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index a5eae28bb7..9c042beba8 100644 --- a/src/mathed/InsetMathLim.cpp +++ b/src/mathed/InsetMathLim.cpp @@ -71,16 +71,6 @@ 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 { LYXERR0("should not happen");