From 6a9e5edae323d8df8a0cc7df7d6e19d080d90cc9 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Mon, 24 Dec 2007 10:53:53 +0000 Subject: [PATCH] * setDimCache is superfluous in mathed git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22291 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacro.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 37dc8aa030..b84df70e16 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -201,9 +201,6 @@ void MathMacro::metrics(MetricsInfo & mi, Dimension & dim) const dim.des += 2; } } - - // Cache the inset dimension. - setDimCache(mi, dim); } -- 2.39.5