]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathOverset.cpp
index bd56bff79fa457820c43bbbec306b239e0c249f0..62a82427cdc0f50a064bff0ffd04f99896e58813 100644 (file)
@@ -38,8 +38,6 @@ void InsetMathOverset::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.asc = dim1.asc + dim0.height() + 4;
        dim.des = dim1.des;
        metricsMarkers(dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }