]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix bugs #6078 and #9364
[lyx.git] / src / mathed / InsetMathLim.cpp
index 91335f3c3bd329fb101cccb085720e71f443b1c2..9c042beba8cc41c48b5e87fccb59e3c18cadd85f 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "InsetMathLim.h"
 #include "MathData.h"
-#include "MathExtern.h"
 #include "MathStream.h"
 
 #include "support/debug.h"
@@ -72,19 +71,6 @@ void InsetMathLim::mathematica(MathematicaStream & os) const
 }
 
 
-docstring      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>";
-       docstring const rv = lyx::mathmlize(cell(0), os);
-       os << "<mo>)</mo>";
-       return rv;
-}
-
-
 void InsetMathLim::write(WriteStream &) const
 {
        LYXERR0("should not happen");