From baea664477d97aecc802b5ba46fed55e4524dd91 Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 16 Oct 2015 18:12:22 +0300 Subject: [PATCH] Remove _imagingtiff.c stuff --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 101fecd5e..e05207c0d 100644 --- a/setup.py +++ b/setup.py @@ -554,10 +554,6 @@ class pil_build_ext(build_ext): exts.append(Extension( "PIL._imagingft", ["_imagingft.c"], libraries=["freetype"])) - if os.path.isfile("_imagingtiff.c") and feature.tiff: - exts.append(Extension( - "PIL._imagingtiff", ["_imagingtiff.c"], libraries=["tiff"])) - if os.path.isfile("_imagingcms.c") and feature.lcms: extra = [] if sys.platform == "win32":