]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.cpp
Remove hardcoded values
[lyx.git] / src / mathed / CommandInset.cpp
index 6b9466481cd44c8a948130ee409208c164ccb1fb..0c9e585e1a7a976893db08d832889aba627b0c8b 100644 (file)
@@ -43,8 +43,6 @@ void CommandInset::metrics(MetricsInfo & mi, Dimension & dim) const
                button_.update(screenLabel(), true);
        }
        button_.metrics(mi, dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }