2007-06-08 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-texture.c: (clutter_texture_get_pixbuf):
        Remove stray printf.
This commit is contained in:
Matthew Allum 2007-06-07 23:55:25 +00:00
parent 2c40b4b53d
commit 6c99b685dd
2 changed files with 5 additions and 2 deletions

View File

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

View File

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