From a1907f20a91c8c92291eaaa97c2ec7ff8e88f94e Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 12 Oct 2011 18:05:42 +0000 Subject: [PATCH] --- coders/fpx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/coders/fpx.c b/coders/fpx.c index 2b0996683..95bcf15e3 100644 --- a/coders/fpx.c +++ b/coders/fpx.c @@ -190,9 +190,6 @@ static Image *ReadFPXImage(const ImageInfo *image_info,ExceptionInfo *exception) *g, *r; - unsigned int - memory_limit; - ssize_t y; @@ -201,6 +198,7 @@ static Image *ReadFPXImage(const ImageInfo *image_info,ExceptionInfo *exception) unsigned int height, + memory_limit, tile_width, tile_height, width; -- 2.40.0