mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
remove stale comment
This commit is contained in:
parent
3d622d60cf
commit
78242e4acd
|
@ -1880,7 +1880,6 @@ class Image(object):
|
|||
data = (xs, 0, x0 + xs/2, 0, ys, y0 + ys/2)
|
||||
|
||||
elif method == PERSPECTIVE:
|
||||
# change argument order to match implementation
|
||||
data = data[0:8]
|
||||
|
||||
elif method == QUAD:
|
||||
|
|
Loading…
Reference in New Issue
Block a user