diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 02:17:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:14:00 +0100 |
commit | 405caad685edd0ba914789bda01b5dc9b3030773 (patch) | |
tree | e5a16d9474717f67cfd029e1ed7b9ecdb0e738ab /basegfx/source/polygon/b2dsvgpolypolygon.cxx | |
parent | 800376357fd1fc0594ba3dc5e0579fd163a3039a (diff) |
loplugin: unused variables
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
Diffstat (limited to 'basegfx/source/polygon/b2dsvgpolypolygon.cxx')
-rw-r--r-- | basegfx/source/polygon/b2dsvgpolypolygon.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx index b73154308082..651400d7f803 100644 --- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx +++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx @@ -620,8 +620,6 @@ namespace basegfx nY += nLastY; } - const B2DPoint aPrevPoint(aCurrPoly.getB2DPoint(aCurrPoly.count() - 1)); - if( nX == nLastX && nY == nLastY ) continue; // start==end -> skip according to SVG spec |