; Delete commented out variable in png_load_body

* src/image.c (png_load_body): Delete commented out variable.
This commit is contained in:
Stefan Kangas 2023-08-14 01:59:10 +02:00
parent 4ff5bb3415
commit 6412ba2f1a

View file

@ -8212,7 +8212,6 @@ png_load_body (struct frame *f, struct image *img, struct png_load_context *c)
simple transparency, we prefer a clipping mask. */
if (!transparent_p)
{
/* png_color_16 *image_bg; */
Lisp_Object specified_bg
= image_spec_value (img->spec, QCbackground, NULL);
Emacs_Color color;