Remove unused variable in libImaging

This commit is contained in:
Andrew Murray 2014-10-02 07:48:12 +10:00
parent db223a7ff5
commit 006229595a

View File

@ -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();