diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 37dc8aa030..b84df70e16 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -201,9 +201,6 @@ void MathMacro::metrics(MetricsInfo & mi, Dimension & dim) const dim.des += 2; } } - - // Cache the inset dimension. - setDimCache(mi, dim); }