]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete commented out variable in png_load_body
authorStefan Kangas <stefankangas@gmail.com>
Sun, 13 Aug 2023 23:59:10 +0000 (01:59 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 13 Aug 2023 23:59:10 +0000 (01:59 +0200)
* src/image.c (png_load_body): Delete commented out variable.

src/image.c

index 7849675b6cca0cc2d3cc38a106707fcd8fcd7adf..f2079fab6a3dd4bc387b0bbf4a763b7976f305bb 100644 (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;