]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Rewrite handling of macro nesting in math rows
[lyx.git] / src / mathed / InsetMath.cpp
index cbf33cdf8707bf76aa82d51131fa181fc3eb53e3..e22adb686df688ef79144a5fbc6ea874f135de6f 100644 (file)
@@ -58,9 +58,9 @@ MathClass InsetMath::mathClass() const
 }
 
 
-bool InsetMath::addToMathRow(MathRow & mrow, MetricsInfo & mi) const
+bool InsetMath::addToMathRow(MathRow & mrow, MetricsInfo & ) const
 {
-       MathRow::Element e(MathRow::INSET, mi);
+       MathRow::Element e(MathRow::INSET);
        e.inset = this;
        e.mclass = mathClass();
        mrow.push_back(e);