definition was removed, remove declaration as well
This commit is contained in:
parent
f15c1c3e03
commit
0499a44cdd
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ namespace basegfx
|
|||
// version for Polygons
|
||||
BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPositive, double fPlaneOffset, bool bStroke);
|
||||
|
||||
// versions for B2DRange, clips only against X,Y
|
||||
BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke);
|
||||
|
||||
} // end of namespace tools
|
||||
} // end of namespace basegfx
|
||||
|
||||
|
|
Loading…
Reference in a new issue