From 0cd3385ee0d968d3bebcf2318b15e0946658fa85 Mon Sep 17 00:00:00 2001 From: Kushal K S V S Date: Wed, 12 Jul 2017 00:13:08 +0530 Subject: minor changes --- tests/make_png/bitmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/make_png/bitmap.c b/tests/make_png/bitmap.c index d73c8f237..3f3ca4a3f 100644 --- a/tests/make_png/bitmap.c +++ b/tests/make_png/bitmap.c @@ -308,8 +308,6 @@ void Read_PNG(char *filename, IMAGE * after_effect) { after_effect->width = width; after_effect->height = height; - printf("%d %d\n",width,height ); - row_pointers = (png_bytep*)malloc(sizeof(png_bytep) * height); for(int y = 0; y < height; y++) { row_pointers[y] = (png_byte*)malloc(png_get_rowbytes(png,info)); -- cgit v1.2.1