]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.C
mathed108.diff
[lyx.git] / src / mathed / math_inset.C
index bbbf107db2ec3ef327905660ab5200aec7d9adba..b5980fc019530eeea4bbb7a63ff6fdc26233793b 100644 (file)
@@ -170,7 +170,7 @@ void MathInset::substitute(MathArray & array, MathMacro const & m) const
        array.push_back(p);
 }
 
-void MathInset::Metrics(MathStyles st, int, int)
+void MathInset::Metrics(MathStyles st)
 {
        size_ = st;
        for (int i = 0; i < nargs(); ++i)