* setDimCache is superfluous in mathed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-12-24 10:53:53 +00:00
parent 7150b0caa3
commit 6a9e5edae3

View File

@ -201,9 +201,6 @@ void MathMacro::metrics(MetricsInfo & mi, Dimension & dim) const
dim.des += 2;
}
}
// Cache the inset dimension.
setDimCache(mi, dim);
}