aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xfns.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e8861e87694..2e95ef65e43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-03-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * xfns.c (png_load): Remove unused variable `gamma_str'.
4
12002-03-14 Richard M. Stallman <rms@gnu.org> 52002-03-14 Richard M. Stallman <rms@gnu.org>
2 6
3 * xfns.c (x_real_positions): Handle failure in XQueryTree. 7 * xfns.c (x_real_positions): Handle failure in XQueryTree.
diff --git a/src/xfns.c b/src/xfns.c
index 23d85d10e24..ee8e3430c27 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -8902,7 +8902,6 @@ png_load (f, img)
8902 png_byte channels; 8902 png_byte channels;
8903 png_uint_32 row_bytes; 8903 png_uint_32 row_bytes;
8904 int transparent_p; 8904 int transparent_p;
8905 char *gamma_str;
8906 double screen_gamma, image_gamma; 8905 double screen_gamma, image_gamma;
8907 int intent; 8906 int intent;
8908 struct png_memory_storage tbr; /* Data to be read */ 8907 struct png_memory_storage tbr; /* Data to be read */