]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix bug #12772
[lyx.git] / src / mathed / InsetMathLim.cpp
index 718d923b195c1914d67568a06a1252720e12108e..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>"
-          << "<mfenced open='(' close=')'>" << cell(0) << "</mfenced>"; 
-}
-
-
-void InsetMathLim::write(WriteStream &) const
+void InsetMathLim::write(TeXMathStream &) const
 {
        LYXERR0("should not happen");
 }