include/svx/xpoly.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 76b8571e2c1baeccb14fdfd46812c0d398c8f8fb
Author: Bogdan Buzea <[email protected]>
AuthorDate: Sat Nov 23 14:43:45 2024 +0100
Commit: David Gilbert <[email protected]>
CommitDate: Sun Dec 22 18:16:14 2024 +0100
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: Ie7e8a0e2f489126974b75c61e3b53d0014d01dcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177133
Reviewed-by: David Gilbert <[email protected]>
Tested-by: Jenkins
diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index 24a61f209d46..9d550aeda364 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -34,10 +34,8 @@ namespace tools {
}
class OutputDevice;
-#define XPOLYPOLY_APPEND 0xFFFF
#define XPOLY_APPEND 0xFFFF
-
// Class XPolygon has a point-array and a flag-array, which contains
information about a particular point
class ImpXPolygon;