summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:46:21 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 09:43:52 +0200
commitd5de00cc73ca6b60f586c13f22d7b78470984dea (patch)
tree8ff762360044c25af992817f720208619918dc60 /basegfx
parent0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff)
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/range/b2drangeclipper.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx
index 3814437208f8..41dfb46585a0 100644
--- a/basegfx/source/range/b2drangeclipper.cxx
+++ b/basegfx/source/range/b2drangeclipper.cxx
@@ -59,16 +59,6 @@ namespace basegfx
class ActiveEdge
{
public:
- /** The two possible active rectangle edges differ by one
- coordinate value - the upper edge has the lower, the
- lower edge the higher value.
- */
- enum EdgeType {
- /// edge with lower coordinate value
- UPPER=0,
- /// edge with higher coordinate value
- LOWER=1
- };
enum EdgeDirection {
/// edge proceeds to the left