Skip to content

Commit

Permalink
Image.NONE is only used for resampling and dithers
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 27, 2021
1 parent 11c536b commit 0af91de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PIL/Image.py
Expand Up @@ -138,8 +138,6 @@ def isImageType(t):
#
# Constants

NONE = 0

# transpose
FLIP_LEFT_RIGHT = 0
FLIP_TOP_BOTTOM = 1
Expand Down

0 comments on commit 0af91de

Please sign in to comment.