freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] kushal-work 0cd3385: minor changes


From: Kushal K S V S
Subject: [freetype2] kushal-work 0cd3385: minor changes
Date: Tue, 11 Jul 2017 14:43:29 -0400 (EDT)

branch: kushal-work
commit 0cd3385ee0d968d3bebcf2318b15e0946658fa85
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]