diff options
Diffstat (limited to 'include/effects/SkDashPathEffect.h')
-rw-r--r-- | include/effects/SkDashPathEffect.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h index 394622426d..210b378fb2 100644 --- a/include/effects/SkDashPathEffect.h +++ b/include/effects/SkDashPathEffect.h @@ -55,9 +55,6 @@ public: protected: SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase); -#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING - explicit SkDashPathEffect(SkReadBuffer&); -#endif virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; private: |