]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix bug #12772
[lyx.git] / src / mathed / InsetMathLim.cpp
index 91335f3c3bd329fb101cccb085720e71f443b1c2..98d307410fbc4919d55f38772ecd6792d7ac33c3 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "InsetMathLim.h"
 #include "MathData.h"
-#include "MathExtern.h"
 #include "MathStream.h"
 
 #include "support/debug.h"
@@ -72,20 +71,7 @@ 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
+void InsetMathLim::write(TeXMathStream &) const
 {
        LYXERR0("should not happen");
 }