From 19e64c65d5b67aa0def3b121c23ca15f4dbb97b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 5 Feb 2008 15:37:52 +0000 Subject: [PATCH] * clutter/clutter-texture.c: removed spurious left over debug printf. --- ChangeLog | 4 ++++ clutter/clutter-texture.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 071378ad7..b9a608205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-05 Øyvind Kolås + + * clutter/clutter-texture.c: removed spurious left over debug printf. + 2008-02-05 Øyvind Kolås * clutter/clutter-texture.c: applied modified patch from Gwenole diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index b9fe28a4d..f5755f2ad 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -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;