X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiff.cpp;h=ffc3bedb4ea5ef5e740731fb904bd0af024f93d0;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=1e990d7ffb15a4a05a83054335ddcb79bed97304;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathDiff.cpp b/src/mathed/InsetMathDiff.cpp index 1e990d7ffb..ffc3bedb4e 100644 --- a/src/mathed/InsetMathDiff.cpp +++ b/src/mathed/InsetMathDiff.cpp @@ -95,19 +95,7 @@ void InsetMathDiff::mathematica(MathematicaStream & os) const } -void InsetMathDiff::mathmlize(MathStream & os) const -{ - os << "diff("; - for (idx_type idx = 0; idx < nargs(); ++idx) { - if (idx != 0) - os << ','; - os << cell(idx); - } - os << ')'; -} - - -void InsetMathDiff::write(WriteStream &) const +void InsetMathDiff::write(TeXMathStream &) const { LYXERR0("should not happen"); }