mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
* 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:
parent
c4ca5e3e49
commit
08cd119902
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user