diff options
author | Elton Chung <elton@layerjet.com> | 2012-03-04 15:27:27 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 10:35:50 +0200 |
commit | a1a1131c16227327d17bcf5ad2a5209ddc0f01a1 (patch) | |
tree | 5766be6474c0ce1ecccb00024260a0487110b639 /basegfx/inc | |
parent | 2bdac353ce7e28611b546bcc8a5ea236c891f944 (diff) |
Remove unused code
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx b/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx index a6ca7146b31e..d1bce0ed911c 100644 --- a/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx +++ b/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx @@ -52,9 +52,6 @@ namespace basegfx B3DORIENTATION_Z // Z-Axis }; - // version for Polygons - BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPositive, double fPlaneOffset, bool bStroke); - } // end of namespace tools } // end of namespace basegfx |