From 60341ad95968b7df9435b5b117d1db5dffcd7ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 3 Jul 2008 09:49:06 +0000 Subject: [PATCH] * clutter/cogl/common/cogl-bitmap-pixbuf.c: (_cogl_bitmap_from_file): removed debug g_printf that announces each successful image load done by the internal image backend. --- ChangeLog | 6 ++++++ clutter/cogl/common/cogl-bitmap-pixbuf.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9265caf8e..c6f6a25a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-03 Øyvind Kolås + + * clutter/cogl/common/cogl-bitmap-pixbuf.c: + (_cogl_bitmap_from_file): removed debug g_printf that announces each + successful image load done by the internal image backend. + 2008-07-02 Neil Roberts * clutter/clutter-actor.c diff --git a/clutter/cogl/common/cogl-bitmap-pixbuf.c b/clutter/cogl/common/cogl-bitmap-pixbuf.c index dd9dd0277..5c4f0dbf2 100644 --- a/clutter/cogl/common/cogl-bitmap-pixbuf.c +++ b/clutter/cogl/common/cogl-bitmap-pixbuf.c @@ -303,8 +303,6 @@ _cogl_bitmap_from_file (CoglBitmap *bmp, bmp->height = height; bmp->rowstride = width * 4; - g_print ("we successfully used stb_image to load %s\n", filename); - return TRUE; } #endif