mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 17:24:46 +03:00
remove unused variables
This commit is contained in:
parent
f2e62179a6
commit
22e0bb7100
|
@ -320,7 +320,6 @@ void
|
|||
ImagingResampleVertical_8bpc(
|
||||
Imaging imOut, Imaging imIn, int offset, int ksize, int *bounds, double *prekk) {
|
||||
ImagingSectionCookie cookie;
|
||||
int ss0, ss1, ss2, ss3;
|
||||
int xx, yy, b, y, ymin, ymax, ss;
|
||||
UINT8 *out, *in;
|
||||
INT32 *k;
|
||||
|
|
Loading…
Reference in New Issue
Block a user