diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/effects/SkDashPathEffect.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h index 10d8d2db4e..6fab962261 100644 --- a/include/effects/SkDashPathEffect.h +++ b/include/effects/SkDashPathEffect.h @@ -61,8 +61,6 @@ protected: virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; private: - void setInternalMembers(SkScalar phase); - SkScalar* fIntervals; int32_t fCount; SkScalar fPhase; |