From d5de00cc73ca6b60f586c13f22d7b78470984dea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 11 Aug 2016 15:46:21 +0200 Subject: loplugin:unusedenumconstants in basctl..editeng Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08 --- basegfx/source/range/b2drangeclipper.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'basegfx/source') 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 -- cgit