]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 0017e1c9542e38111970fac0ce880dd1d6b9e97a..f9424ed4ed211be9519026b7de6a14b832d5bac3 100644 (file)
@@ -43,8 +43,6 @@ void InsetMathRoot::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.des = max(dim0.descent() - 5, dim1.descent()) + 2;
        dim.wid = dim0.width() + dim1.width() + 10;
        metricsMarkers(dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }