diff options
author | reed <reed@chromium.org> | 2015-05-27 19:53:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 19:53:25 -0700 |
commit | 6e43465039f8aa67084256292c65e6f842a57bb7 (patch) | |
tree | 4b52c03cca1a76ce43e7ddd9ba4dfae641affa52 /include/core | |
parent | 6fd158ea47472c4d038e48980a95e36623f840c9 (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.h | 1 |
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; }; /** |