]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathEnv.cpp
index adbca074e8245648894925f27765ef57c58e4e4e..82460b986c539f7a8857eca038824f4849726de7 100644 (file)
@@ -36,8 +36,6 @@ void InsetMathEnv::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        cell(0).metrics(mi, dim);
        metricsMarkers(dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }