1
0
Fork 0

* 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.
This commit is contained in:
Øyvind Kolås 2008-07-03 09:49:06 +00:00
parent 919efb5a6f
commit 60341ad959
2 changed files with 6 additions and 2 deletions

View file

@ -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

View 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