X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=9c042beba8cc41c48b5e87fccb59e3c18cadd85f;hb=89342f2946abd5d01b019a729d1f160b0c9d3d50;hp=718d923b195c1914d67568a06a1252720e12108e;hpb=9e149b89197efd23a9087ec7e3af2319847380d2;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index 718d923b19..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");