comparison src/xfns.c @ 43917:110730fc1e56

(png_load): Remove unused variable `gamma_str'.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 14 Mar 2002 20:36:13 +0000
parents fed15ed090bc
children ea6530f23937
comparison
equal deleted inserted replaced
43916:d35cb87e616a 43917:110730fc1e56
8900 png_uint_32 width, height; 8900 png_uint_32 width, height;
8901 int bit_depth, color_type, interlace_type; 8901 int bit_depth, color_type, interlace_type;
8902 png_byte channels; 8902 png_byte channels;
8903 png_uint_32 row_bytes; 8903 png_uint_32 row_bytes;
8904 int transparent_p; 8904 int transparent_p;
8905 char *gamma_str;
8906 double screen_gamma, image_gamma; 8905 double screen_gamma, image_gamma;
8907 int intent; 8906 int intent;
8908 struct png_memory_storage tbr; /* Data to be read */ 8907 struct png_memory_storage tbr; /* Data to be read */
8909 8908
8910 /* Find out what file to load. */ 8909 /* Find out what file to load. */