Merge pull request #937 from radarhere/master

Remove unused variable in libImaging
This commit is contained in:
Hugo 2014-10-02 11:17:10 +03:00
commit 1e8352e8f6

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;
int dxmin, dxmax, dymin, dymax;
Edge e[4];
int vertices[4][2];
DRAWINIT();