From af9c85dee116fdc5f32029ac6a4fa7882c6b9a63 Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 31 Mar 2015 08:22:01 -0700 Subject: SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream SkPDFStream copy constructor SkPDFStream Substitute mechanism SkPDFStream::setData(NULL); SkPDFStream SK_NO_FLATE logic BUG=skia:3585 TBR=bsalomon@google.com,reed@google.com Review URL: https://codereview.chromium.org/1041183002 --- include/config/SkUserConfig.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/config/SkUserConfig.h') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index a6f12930b2..607b26ad3d 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -107,11 +107,6 @@ */ //#define SK_DEFAULT_IMAGE_CACHE_LIMIT (1024 * 1024) -/* If zlib is not available or you don't want to support flate compression - in PDF generation, define SK_NO_FLATE. - */ -//#define SK_NO_FLATE - /* Define this to allow PDF scalars above 32k. The PDF/A spec doesn't allow them, but modern PDF interpreters should handle them just fine. */ -- cgit v1.2.3