summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-12 14:35:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:14:56 +0100
commit7c8164a83b3a068ffecaf9bda642b0eba096c228 (patch)
tree2befc329082552710a57cf3388e1c32bed729e65 /basegfx
parent3702a9b19714071376146b9968ecd8f6d2a40273 (diff)
-Werror,-Wunused-member-function
Change-Id: I87263c22af14586d9329a6dcc0b7e3a41d7881d5
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/range/b2drangeclipper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx
index 77dc5c030aa5..c29b26cefbad 100644
--- a/basegfx/source/range/b2drangeclipper.cxx
+++ b/basegfx/source/range/b2drangeclipper.cxx
@@ -106,12 +106,8 @@ namespace basegfx
const B2DRectangle& getRect() const { return *mpAssociatedRect; }
std::ptrdiff_t getTargetPolygonIndex() const { return mnPolygonIdx; }
void setTargetPolygonIndex( std::ptrdiff_t nIdx ) { mnPolygonIdx = nIdx; }
- EdgeType getEdgeType() const { return meEdgeType; }
EdgeDirection getEdgeDirection() const { return meEdgeDirection; }
- /// For STL sort
- bool operator<( const ActiveEdge& rRHS ) const { return mfInvariantCoord < rRHS.mfInvariantCoord; }
-
private:
/** The invariant coordinate value of this edge (e.g. the
common y value, for a horizontal edge)
@@ -362,8 +358,6 @@ namespace basegfx
}
private:
- std::ptrdiff_t getPolygonPoolIndex() const { return mnIdx; }
-
void handleInitialOwnEdge(SweepLineEvent& rEvent,
ActiveEdge& rActiveEdge)
{