summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-10-22 16:19:59 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-10-22 16:19:59 +0000
commita3551cc3d0ecd664126ddba8d4919581557ccf52 (patch)
treea2cc3e54e622617dbb766b4574e0d9264eec826a /gdk-pixbuf/io-png.c
parent9de0d0c9c308ce9f212387317312e480f1468369 (diff)
downloadgtk+-a3551cc3d0ecd664126ddba8d4919581557ccf52.tar.gz
Comment fixes - Federico
Diffstat (limited to 'gdk-pixbuf/io-png.c')
-rw-r--r--gdk-pixbuf/io-png.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c
index 75a31f6f16..5b07a4feed 100644
--- a/gdk-pixbuf/io-png.c
+++ b/gdk-pixbuf/io-png.c
@@ -103,11 +103,8 @@ image_load (FILE *f)
/* ...and if we're interlaced... */
passes = png_set_interlace_handling (png_ptr);
- /* Update our info structs */
png_read_update_info (png_ptr, info_ptr);
- /* Allocate some memory and set up row array */
- /* This "inhales vigorously"... */
if (ctype & PNG_COLOR_MASK_ALPHA)
bpp = 4;
else