| Index: src/core/SkTextToPathIter.h
|
| diff --git a/src/core/SkTextToPathIter.h b/src/core/SkTextToPathIter.h
|
| index 73f27ed0395ef4a9d636d215a1ab429f3bec6aa0..e98d6d9370ed9fbc5a04dc48f82ef965157318cc 100644
|
| --- a/src/core/SkTextToPathIter.h
|
| +++ b/src/core/SkTextToPathIter.h
|
| @@ -41,7 +41,6 @@ private:
|
| const char* fStop;
|
| SkMeasureCacheProc fGlyphCacheProc;
|
|
|
| - const SkPath* fPath; // returned in next
|
| SkScalar fXPos; // accumulated xpos, returned in next
|
| SkAutoKern fAutoKern;
|
| int fXYIndex; // cache for horizontal -vs- vertical text
|
|
|