summaryrefslogtreecommitdiff
path: root/tools/inc/poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/poly.h')
-rw-r--r--tools/inc/poly.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 459015da9ff3..7876398c1876 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -39,15 +39,8 @@
class ImplPolygonData
{
public:
-#ifdef WIN
- Point huge* mpPointAry;
- sal_uInt8* mpFlagAry;
- GLOBALHANDLE mhPoints;
-#else
Point* mpPointAry;
sal_uInt8* mpFlagAry;
-#endif
-
sal_uInt16 mnPoints;
sal_uIntPtr mnRefCount;
};