X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLim.cpp;h=98d307410fbc4919d55f38772ecd6792d7ac33c3;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=892cded83ddf9d34dd0b322381364f490b4022a2;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathLim.cpp b/src/mathed/InsetMathLim.cpp index 892cded83d..98d307410f 100644 --- a/src/mathed/InsetMathLim.cpp +++ b/src/mathed/InsetMathLim.cpp @@ -71,13 +71,7 @@ void InsetMathLim::mathematica(MathematicaStream & os) const } -void InsetMathLim::mathmlize(MathStream & os) const -{ - os << "lim(" << cell(0) << ',' << cell(1) << ',' << cell(2) << ')'; -} - - -void InsetMathLim::write(WriteStream &) const +void InsetMathLim::write(TeXMathStream &) const { LYXERR0("should not happen"); }