]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.cpp
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathSymbol.cpp
index 33a22f9b283531d243389109b4aead7a6497f802..52d6eee85855ccb41e155d7f252fc1b69071660c 100644 (file)
@@ -82,9 +82,6 @@ void InsetMathSymbol::metrics(MetricsInfo & mi, Dimension & dim) const
                if (sym_->inset == "cmex" || sym_->inset == "esint" ||
                    sym_->extra == "funclim")
                        scriptable_ = true;
-
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }