; Delete commented out variable in png_load_body
* src/image.c (png_load_body): Delete commented out variable.
This commit is contained in:
parent
4ff5bb3415
commit
6412ba2f1a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue