2007-06-08 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c: (clutter_texture_get_pixbuf): Remove stray printf.
This commit is contained in:
parent
2c40b4b53d
commit
6c99b685dd
@ -1,3 +1,8 @@
|
||||
2007-06-08 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/clutter-texture.c: (clutter_texture_get_pixbuf):
|
||||
Remove stray printf.
|
||||
|
||||
2007-06-08 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/clutter-actor.c:
|
||||
|
@ -1021,8 +1021,6 @@ clutter_texture_get_pixbuf (ClutterTexture* texture)
|
||||
|
||||
/* FIXME: cogl */
|
||||
|
||||
printf("grabbing single tile - %i x %i\n", priv->width, priv->height);
|
||||
|
||||
glBindTexture(priv->target_type, priv->tiles[0]);
|
||||
|
||||
glPixelStorei (GL_UNPACK_ROW_LENGTH, priv->width);
|
||||
|
Loading…
Reference in New Issue
Block a user