mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Merge pull request #937 from radarhere/master
Remove unused variable in libImaging
This commit is contained in:
commit
1e8352e8f6
|
@ -600,7 +600,6 @@ ImagingDrawWideLine(Imaging im, int x0, int y0, int x1, int y1,
|
|||
double big_hypotenuse, small_hypotenuse, ratio_max, ratio_min;
|
||||
int dxmin, dxmax, dymin, dymax;
|
||||
Edge e[4];
|
||||
int vertices[4][2];
|
||||
|
||||
DRAWINIT();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user