* clutter/clutter-texture.c: removed spurious left over debug printf.
authorØyvind Kolås <pippin@openedhand.com>
Tue, 5 Feb 2008 15:37:52 +0000 (15:37 +0000)
committerØyvind Kolås <pippin@openedhand.com>
Tue, 5 Feb 2008 15:37:52 +0000 (15:37 +0000)
ChangeLog
clutter/clutter-texture.c

index 071378a..b9a6082 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-02-05  Øyvind Kolås  <pippin@o-hand.com>
 
+       * clutter/clutter-texture.c: removed spurious left over debug printf.
+
+2008-02-05  Øyvind Kolås  <pippin@o-hand.com>
+
        * clutter/clutter-texture.c: applied modified patch from Gwenole
        Beuchesne adressing bug #635. Adressing a buffer overflow in
        clutter_texture_get_pixbuf() when tiling is forced.
index b9fe28a..f5755f2 100644 (file)
@@ -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;