summaryrefslogtreecommitdiff
path: root/include/tools/poly.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-10 07:57:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-10 07:57:53 +0200
commitda260fbb18ee9debd776468a8b8c4437dee420bd (patch)
tree53fd43e0b3d2450c57cc9b8a4ec1067b2bb06a0a /include/tools/poly.hxx
parent694419d813c14f6135aa4463d77f72c3a24a5cc5 (diff)
Remove unused "#ifndef ENUM_*_DECLARED" wrapping
Change-Id: I6f207a1692e4fcd2fbecd0420f5ed798e4504667
Diffstat (limited to 'include/tools/poly.hxx')
-rw-r--r--include/tools/poly.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx
index 83381beded4f..99481a7ec8bf 100644
--- a/include/tools/poly.hxx
+++ b/include/tools/poly.hxx
@@ -49,8 +49,6 @@ enum PolyStyle
POLY_CHORD = 3
};
-#ifndef ENUM_POLYFLAGS_DECLARED
-#define ENUM_POLYFLAGS_DECLARED
enum PolyFlags
{
POLY_NORMAL,
@@ -58,7 +56,6 @@ enum PolyFlags
POLY_CONTROL,
POLY_SYMMTR
};
-#endif
class SAL_WARN_UNUSED PolyOptimizeData
{