resize-gd
changeset 3:35a50e57b6f5
removes some compiler warnings
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Jun 2008 10:47:45 +0200 |
parents | 8e71b54b6e1e |
children | aa24986b8969 |
files | resize-gd.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/resize-gd.c Sat Jun 14 10:15:07 2008 +0200 1.2 +++ b/resize-gd.c Sat Jun 14 10:47:45 2008 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 1.5 enum { 1.6 Png, 1.7 - Jpg, 1.8 + Jpg 1.9 }; 1.10 1.11 struct size { 1.12 @@ -84,9 +84,6 @@ 1.13 int 1.14 main(int argc, char* argv[]) { 1.15 int i; 1.16 - int w, h; 1.17 - int width, height; 1.18 - int x, y; 1.19 int type; 1.20 gdImagePtr im_in; 1.21 gdImagePtr im_out;