Index: tests/PDFPrimitivesTest.cpp |
diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp |
index 05677cd1abf620878a59ae8135b78adae2523918..60a10991360f54a624db148e03ee6debd5b753de 100644 |
--- a/tests/PDFPrimitivesTest.cpp |
+++ b/tests/PDFPrimitivesTest.cpp |
@@ -444,11 +444,6 @@ public: |
return true; |
} |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(DummyImageFilter) |
-#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING |
- explicit DummyImageFilter(SkReadBuffer& buffer) : SkImageFilter(0, NULL) { |
- fVisited = buffer.readBool(); |
- } |
-#endif |
bool visited() const { return fVisited; } |
private: |