aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-03-31 08:22:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-31 08:22:01 -0700
commitaf9c85dee116fdc5f32029ac6a4fa7882c6b9a63 (patch)
treed8abf04d1dafbd7b5f0a2dde61c69acf8f5f7d5c /include/config
parent0340df5b3698aff1c9540fcdbc3dafd9d5ddb0b0 (diff)
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
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h5
1 files changed, 0 insertions, 5 deletions
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.
*/