diff options
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r-- | include/core/SkShader.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h index e9911cef81..0033485e29 100644 --- a/include/core/SkShader.h +++ b/include/core/SkShader.h @@ -479,9 +479,6 @@ public: SK_DEFINE_FLATTENABLE_TYPE(SkShader) protected: -#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING - SkShader(SkReadBuffer& ); -#endif virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const; |