]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathLim.cpp
index a5eae28bb71f4eae1e909c3c7fecd2c452624b46..9c042beba8cc41c48b5e87fccb59e3c18cadd85f 100644 (file)
@@ -71,16 +71,6 @@ 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
 {
        LYXERR0("should not happen");