]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacro.cpp
* setDimCache is superfluous in mathed
[features.git] / src / mathed / MathMacro.cpp
index 37dc8aa0301e53f26a306df9f8c784216b89d4cb..b84df70e16ae9a201a76c07daca5fb090f5af365 100644 (file)
@@ -201,9 +201,6 @@ void MathMacro::metrics(MetricsInfo & mi, Dimension & dim) const
                        dim.des += 2;
                }
        }
-
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }