Kaydet (Commit) 7c8164a8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: I87263c22af14586d9329a6dcc0b7e3a41d7881d5
üst 3702a9b1
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment