From 122b729a5a974179265b6d7a8c1c92199262b76a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Sep 2011 20:06:39 +0200 Subject: Removed unused fMaxSize introduced by previous changeset 3e5edf6c. --- chart2/source/view/main/ShapeFactory.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'chart2/source') diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index dc06ebac0dbe..c2626ca8c819 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -1293,7 +1293,6 @@ drawing::PolyPolygonShape3D createPolyPolygon_Symbol( const drawing::Position3D& const double fWidthH = rSize.DirectionX/2.0; //fWidthH stands for Half Width const double fHeightH = rSize.DirectionY/2.0; //fHeightH stands for Half Height - double fMaxSize = fHeightH > fWidthH ? fHeightH : fWidthH; //assumes non negative const sal_Int32 nQuarterCount = 35; // points inside a quadrant, used in case circle sal_Int32 nPointCount = 4; //all arrow symbols only need 4 points -- cgit