mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Remove unused variable in libImaging
This commit is contained in:
parent
db223a7ff5
commit
006229595a
|
@ -600,7 +600,6 @@ ImagingDrawWideLine(Imaging im, int x0, int y0, int x1, int y1,
|
||||||
double big_hypotenuse, small_hypotenuse, ratio_max, ratio_min;
|
double big_hypotenuse, small_hypotenuse, ratio_max, ratio_min;
|
||||||
int dxmin, dxmax, dymin, dymax;
|
int dxmin, dxmax, dymin, dymax;
|
||||||
Edge e[4];
|
Edge e[4];
|
||||||
int vertices[4][2];
|
|
||||||
|
|
||||||
DRAWINIT();
|
DRAWINIT();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user