]> git.eshelyaron.com Git - emacs.git/commitdiff
(png_load): Remove unused variable `gamma_str'.
authorPavel Janík <Pavel@Janik.cz>
Thu, 14 Mar 2002 20:39:09 +0000 (20:39 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 14 Mar 2002 20:39:09 +0000 (20:39 +0000)
src/ChangeLog
src/xfns.c

index e8861e8769443d527901f042ab0471bb17a8edf9..2e95ef65e43b2d8b937c3c9a7716ac223a212e9e 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfns.c (png_load): Remove unused variable `gamma_str'.
+
 2002-03-14  Richard M. Stallman  <rms@gnu.org>
 
        * xfns.c (x_real_positions): Handle failure in XQueryTree.
index 23d85d10e240a361893f8838e45a964e93a2420d..ee8e3430c27f6c8f548ff7d288bf61dff2d92764 100644 (file)
@@ -8902,7 +8902,6 @@ png_load (f, img)
   png_byte channels;
   png_uint_32 row_bytes;
   int transparent_p;
-  char *gamma_str;
   double screen_gamma, image_gamma;
   int intent;
   struct png_memory_storage tbr;  /* Data to be read */