]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathLim.cpp
index 892cded83ddf9d34dd0b322381364f490b4022a2..9c042beba8cc41c48b5e87fccb59e3c18cadd85f 100644 (file)
@@ -71,12 +71,6 @@ void InsetMathLim::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathLim::mathmlize(MathStream & os) const
-{
-       os << "lim(" << cell(0) << ',' << cell(1) << ',' << cell(2) << ')';
-}
-
-
 void InsetMathLim::write(WriteStream &) const
 {
        LYXERR0("should not happen");