remove stale comment

This commit is contained in:
homm 2016-06-08 16:47:26 +03:00
parent 3d622d60cf
commit 78242e4acd

View File

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