]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathDots.cpp
index 7bbfa0b3e02b23700122b4acfbb07f38023fdea7..6e54907653e4131cbd9d7011c458db55e69c7655 100644 (file)
@@ -49,8 +49,6 @@ void InsetMathDots::metrics(MetricsInfo & mi, Dimension & dim) const
        }
        else if (key_->name == "ddots")
                dh_ = dim.asc;
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }