comparison src/image.c @ 83763:14a686983252

(png_load): Comment-out var only used in commented-out code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Aug 2007 21:47:11 +0000
parents 27d11c1d4e46
children 9109a293afb7
comparison
equal deleted inserted replaced
83762:ffb5395e8445 83763:14a686983252
6344 /* Handle alpha channel by combining the image with a background 6344 /* Handle alpha channel by combining the image with a background
6345 color. Do this only if a real alpha channel is supplied. For 6345 color. Do this only if a real alpha channel is supplied. For
6346 simple transparency, we prefer a clipping mask. */ 6346 simple transparency, we prefer a clipping mask. */
6347 if (!transparent_p) 6347 if (!transparent_p)
6348 { 6348 {
6349 png_color_16 *image_bg; 6349 /* png_color_16 *image_bg; */
6350 Lisp_Object specified_bg 6350 Lisp_Object specified_bg
6351 = image_spec_value (img->spec, QCbackground, NULL); 6351 = image_spec_value (img->spec, QCbackground, NULL);
6352 6352
6353 if (STRINGP (specified_bg)) 6353 if (STRINGP (specified_bg))
6354 /* The user specified `:background', use that. */ 6354 /* The user specified `:background', use that. */