]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix bug #12772
[lyx.git] / src / mathed / InsetMathLim.cpp
index a5eae28bb71f4eae1e909c3c7fecd2c452624b46..98d307410fbc4919d55f38772ecd6792d7ac33c3 100644 (file)
@@ -71,17 +71,7 @@ void InsetMathLim::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathLim::mathmlize(MathStream & os) const
-{
-       // FIXME XHTML We need a form of MTag that takes attributes.
-       os << "<munder>"
-          << "<mo form='prefix'>" << "lim" << "</mo>"
-          << "<mrow>" << cell(1) << "<mo>&rarr;</mo>" << cell(2) << "</mrow></munder>"
-          << "<mo>(</mo>" << cell(0) << "<mo>)</mo>" ; 
-}
-
-
-void InsetMathLim::write(WriteStream &) const
+void InsetMathLim::write(TeXMathStream &) const
 {
        LYXERR0("should not happen");
 }