aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-05-27 19:53:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-27 19:53:25 -0700
commit6e43465039f8aa67084256292c65e6f842a57bb7 (patch)
tree4b52c03cca1a76ce43e7ddd9ba4dfae641affa52 /include/core
parent6fd158ea47472c4d038e48980a95e36623f840c9 (diff)
simplify RawIter - don't return a pt in kClose
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1156893003
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 9dbc97bf07..54a459b4d4 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -917,7 +917,6 @@ public:
const uint8_t* fVerbs;
const uint8_t* fVerbStop;
const SkScalar* fConicWeights;
- SkPoint fMoveTo;
};
/**