diff options
Diffstat (limited to 'basegfx/source/range/b2drangeclipper.cxx')
-rw-r--r-- | basegfx/source/range/b2drangeclipper.cxx | 10 |
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 |