From: Tony Cook Date: Tue, 1 Apr 2008 08:13:09 +0000 (+0000) Subject: clean up some unused variables X-Git-Tag: Imager-0.63~9 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/a827f5b4da01a709f0fe95f97cdfa1a3f0fea960?hp=6e4af7d46933dd3b56d496798a4de860e19e7cd9 clean up some unused variables --- diff --git a/paste.im b/paste.im index 45305df3..669c6ca9 100644 --- a/paste.im +++ b/paste.im @@ -16,7 +16,7 @@ If x1 > x2 or y1 > y2 then the corresponding co-ordinates are swapped. void i_copyto(i_img *im, i_img *src, int x1, int y1, int x2, int y2, int tx, int ty) { - int x, y, t, ttx, tty; + int y, t, ttx, tty; if (x2