]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.C
whichFont down to 5.3%
[lyx.git] / src / mathed / math_spaceinset.C
index e13b10daf3633556e32e26aa1b94b113cf9672bd..d348218c2b857bc78b2bf0bc7fbdd9790854ca9f 100644 (file)
@@ -21,7 +21,7 @@ MathInset * MathSpaceInset::clone() const
 }
 
 
-void MathSpaceInset::metrics(MathMetricsInfo const & mi) const
+void MathSpaceInset::metrics(MathMetricsInfo const &) const
 {
        width_ = space_ ? space_ * 2 : 2;
        if (space_ > 3)