Index: src/pathops/SkOpAngle.h |
diff --git a/src/pathops/SkOpAngle.h b/src/pathops/SkOpAngle.h |
index 1dc425061352f43188d88abea5a6d84512b7827b..098c4701287861f79f0881a20e78635396d90973 100644 |
--- a/src/pathops/SkOpAngle.h |
+++ b/src/pathops/SkOpAngle.h |
@@ -49,14 +49,6 @@ |
} |
SkOpAngle* previous() const; |
- |
- int sectorEnd() const { |
- return fSectorEnd; |
- } |
- |
- int sectorStart() const { |
- return fSectorStart; |
- } |
void set(const SkOpSegment* segment, int start, int end); |