X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FCommandInset.cpp;h=0c9e585e1a7a976893db08d832889aba627b0c8b;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=6b9466481cd44c8a948130ee409208c164ccb1fb;hpb=02e82157ec583c3900e359de86be79fac6512387;p=lyx.git diff --git a/src/mathed/CommandInset.cpp b/src/mathed/CommandInset.cpp index 6b9466481c..0c9e585e1a 100644 --- a/src/mathed/CommandInset.cpp +++ b/src/mathed/CommandInset.cpp @@ -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); }