* clutter/cogl/common/cogl-bitmap-pixbuf.c:
authorØyvind Kolås <pippin@openedhand.com>
Thu, 3 Jul 2008 09:49:06 +0000 (09:49 +0000)
committerØyvind Kolås <pippin@openedhand.com>
Thu, 3 Jul 2008 09:49:06 +0000 (09:49 +0000)
(_cogl_bitmap_from_file): removed debug g_printf that announces each
successful image load done by the internal image backend.

ChangeLog
clutter/cogl/common/cogl-bitmap-pixbuf.c

index 9265caf..c6f6a25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-03  Øyvind Kolås  <pippin@o-hand.com>
+
+       * 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  <neil@o-hand.com>
 
        * clutter/clutter-actor.c
index dd9dd02..5c4f0db 100644 (file)
@@ -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