From 968f8c1054f9c45cdb50a35d2aaa74c394fb5537 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Thu, 8 Jun 2006 22:36:17 +0000 Subject: [PATCH] 2006-06-08 Iain Holmes * clutter/clutter-texture.c: Opps, undo change I didn't mean to commit --- ChangeLog | 5 +++++ clutter/clutter-texture.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4778189f..4f0f16fd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-08 Iain Holmes + + * clutter/clutter-texture.c: + Opps, undo change I didn't mean to commit + 2006-06-08 Iain Holmes * configure.ac: diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c index 8c6183d06..0c755e6da 100644 --- a/clutter/clutter-texture.c +++ b/clutter/clutter-texture.c @@ -887,7 +887,6 @@ clutter_texture_init (ClutterTexture *self) priv->repeat_x = FALSE; priv->repeat_y = FALSE; priv->pixbuf = NULL; - priv->pixel_type = PIXEL_TYPE; self->priv = priv;