Image.NONE is only used for resampling and dithers

This commit is contained in:
Andrew Murray 2021-12-27 12:27:06 +11:00
parent 11c536b6d4
commit 0af91de452

View File

@ -138,8 +138,6 @@ def isImageType(t):
#
# Constants
NONE = 0
# transpose
FLIP_LEFT_RIGHT = 0
FLIP_TOP_BOTTOM = 1