]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathBig.cpp
index cbd5c8a4f0d71ae5b51cc6133fa7a3628e34c9b8..c547a7bb975ff554e4ec0232907cbd58d8d44522 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "frontends/FontMetrics.h"
 
+#include "support/docstream.h"
 #include "support/lstrings.h"
 
 
@@ -68,8 +69,6 @@ void InsetMathBig::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.wid = 6;
        dim.asc = int(h + f * h);
        dim.des = int(f * h);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }