diff options
Diffstat (limited to 'include/core/SkDrawLooper.h')
-rw-r--r-- | include/core/SkDrawLooper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkDrawLooper.h b/include/core/SkDrawLooper.h index f771d01c70..c866183cb3 100644 --- a/include/core/SkDrawLooper.h +++ b/include/core/SkDrawLooper.h @@ -114,9 +114,6 @@ public: protected: SkDrawLooper() {} -#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING - SkDrawLooper(SkReadBuffer& buffer) : INHERITED(buffer) {} -#endif private: typedef SkFlattenable INHERITED; |