]> git.lyx.org Git - features.git/commitdiff
* setDimCache is superfluous in mathed
authorStefan Schimanski <sts@lyx.org>
Mon, 24 Dec 2007 10:53:53 +0000 (10:53 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 24 Dec 2007 10:53:53 +0000 (10:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22291 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacro.cpp

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