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 wrap: on
line diff
--- a/resize-gd.c	Sat Jun 14 10:15:07 2008 +0200
+++ b/resize-gd.c	Sat Jun 14 10:47:45 2008 +0200
@@ -20,7 +20,7 @@
 
 enum {
 	Png,
-	Jpg,
+	Jpg
 };
 
 struct size {
@@ -84,9 +84,6 @@
 int
 main(int argc, char* argv[]) {
 	int i;
-	int w, h;
-	int width, height;
-	int x, y;
 	int type;
 	gdImagePtr im_in;
 	gdImagePtr im_out;