aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkOpContour.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-09-04 05:00:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-04 05:00:15 -0700
commit6ff734b311e11ba79c0fad8602cd6e890d438cb6 (patch)
tree4eea2d6036bae1673740b5b40135215353b25c7d /src/pathops/SkOpContour.h
parent5a9a5b3e7fc5bd79af55f22cb674e8d2d7021d9d (diff)
remove unused fields from SkOpSegment
TBR=reed@google.com Review URL: https://codereview.chromium.org/1322413002
Diffstat (limited to 'src/pathops/SkOpContour.h')
-rw-r--r--src/pathops/SkOpContour.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pathops/SkOpContour.h b/src/pathops/SkOpContour.h
index b4200080b2..974c4ad3c1 100644
--- a/src/pathops/SkOpContour.h
+++ b/src/pathops/SkOpContour.h
@@ -318,7 +318,6 @@ public:
fNext = nullptr;
fCount = 0;
fDone = false;
- fTopsFound = false;
SkDEBUGCODE(fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMin, SK_ScalarMin));
SkDEBUGCODE(fFirstSorted = -1);
SkDEBUGCODE(fDebugIndent = 0);
@@ -416,7 +415,6 @@ private:
int fCount;
int fFirstSorted;
bool fDone; // set by find top segment
- bool fTopsFound;
bool fOperand; // true for the second argument to a binary operator
bool fReverse; // true if contour should be reverse written to path (used only by fix winding)
bool fXor; // set if original path had even-odd fill