Index: include/effects/SkDiscretePathEffect.h |
diff --git a/include/effects/SkDiscretePathEffect.h b/include/effects/SkDiscretePathEffect.h |
index 8f1082cb40a064232db7c4e158ade1b8ec26c34f..18c7b4bdf84fb1fbd07338a874a799e9b53eae39 100644 |
--- a/include/effects/SkDiscretePathEffect.h |
+++ b/include/effects/SkDiscretePathEffect.h |
@@ -45,9 +45,6 @@ protected: |
SkDiscretePathEffect(SkScalar segLength, |
SkScalar deviation, |
uint32_t seedAssist); |
-#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING |
- explicit SkDiscretePathEffect(SkReadBuffer&); |
-#endif |
virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
private: |