Remove _imagingtiff.c stuff

This commit is contained in:
hugovk 2015-10-16 18:12:22 +03:00
parent 497fe30e50
commit baea664477

View File

@ -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":