]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathChar.cpp
index 02013d901367196c6499b8f4865a2a125084276c..8c8f1ef141e37cc278059fa0813fca3c86584ef5 100644 (file)
@@ -84,8 +84,6 @@ void InsetMathChar::metrics(MetricsInfo & mi, Dimension & dim) const
                dim.wid += 2 * theFontMetrics(font_).width(' ');
        lyxerr << "InsetMathChar::metrics: " << dim << endl;
 #endif
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }