From a3551cc3d0ecd664126ddba8d4919581557ccf52 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 22 Oct 1999 16:19:59 +0000 Subject: Comment fixes - Federico --- gdk-pixbuf/io-png.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdk-pixbuf/io-png.c') 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 -- cgit v1.2.1