freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2017-kushal efd9510 15/70: minor changes


From: Kushal K S V S
Subject: [freetype2] GSoC-2017-kushal efd9510 15/70: minor changes
Date: Sun, 18 Mar 2018 11:21:10 -0400 (EDT)

branch: GSoC-2017-kushal
commit efd951085081358214daeb5904a0cdefa907d70b
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>

    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 d73c8f2..3f3ca4a 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));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]