]> git.imager.perl.org - imager.git/blobdiff - dynfilt/flines.c
compiler warning cleanup
[imager.git] / dynfilt / flines.c
index 95d982eb76c371980be78ecf86bfca7e4b80e439..79ac9a9da4ea9b71753b87b93ee2a3112e194a04 100644 (file)
@@ -23,8 +23,7 @@ void
 flines(void *INP) {
   i_img *im;
   i_color vl;
-  int i,bytes,x,y;
-  int idx;
+  int x,y;
   
   if ( !getOBJ("image","Imager::ImgRaw",&im) ) {
                fprintf(stderr,"Error: image is missing\n");