mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
* clutter/clutter-texture.c: removed spurious left over debug printf.
This commit is contained in:
@ -1173,8 +1173,6 @@ texture_get_tile_pixbuf (ClutterTexture *texture, COGLuint texture_id, int bpp)
|
||||
tex_height = clutter_util_next_p2 (priv->height);
|
||||
}
|
||||
|
||||
g_print ("%i %i\n", tex_width, tex_height);
|
||||
|
||||
if ((pixels = g_malloc (((tex_width * bpp + 3) &~ 3) * tex_height)) == NULL)
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user