diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:06:28 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:06:28 -0800 |
commit | 45f2a47df2d6505c351ee0586969bf142c93bf6b (patch) | |
tree | b9242a35195cd779f38c3566490209024afcb1b9 /third_party/libjpeg/fpdfapi_jdmerge.c | |
parent | 2ac8124c572a6024d0200fb095409edc9549d38a (diff) | |
download | pdfium-45f2a47df2d6505c351ee0586969bf142c93bf6b.tar.xz |
XFA: Remove ifdefs for _FX_MANAGED_CODE_.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1591563002 .
Diffstat (limited to 'third_party/libjpeg/fpdfapi_jdmerge.c')
-rw-r--r-- | third_party/libjpeg/fpdfapi_jdmerge.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/libjpeg/fpdfapi_jdmerge.c b/third_party/libjpeg/fpdfapi_jdmerge.c index 519bbad685..a175a56bf7 100644 --- a/third_party/libjpeg/fpdfapi_jdmerge.c +++ b/third_party/libjpeg/fpdfapi_jdmerge.c @@ -38,10 +38,6 @@ #ifdef UPSAMPLE_MERGING_SUPPORTED -#ifdef _FX_MANAGED_CODE_ -#define my_upsampler my_upsampler_m -#endif - /* Private subobject */ typedef struct { |