]> git.eshelyaron.com Git - emacs.git/commitdiff
(png_load): Comment-out var only used in commented-out code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:47:11 +0000 (21:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 Aug 2007 21:47:11 +0000 (21:47 +0000)
src/image.c

index db50d94d4c1b780d128050c43a5d7555f207c322..fcfddd7f5dcd8fee0ce86cc3e753a8b6f4195568 100644 (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);