1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

(png_load): Comment-out var only used in commented-out code.

This commit is contained in:
Stefan Monnier 2007-08-29 21:47:11 +00:00
parent 3b6fc48fec
commit 917ac1a9ba

View file

@ -6346,7 +6346,7 @@ png_load (f, img)
simple transparency, we prefer a clipping mask. */
if (!transparent_p)
{
png_color_16 *image_bg;
/* png_color_16 *image_bg; */
Lisp_Object specified_bg
= image_spec_value (img->spec, QCbackground, NULL);