]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.cpp
nullptr
[lyx.git] / src / mathed / InsetMathDiff.cpp
index 1e990d7ffb15a4a05a83054335ddcb79bed97304..ffc3bedb4ea5ef5e740731fb904bd0af024f93d0 100644 (file)
@@ -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");
 }