2006-06-08 Iain Holmes <iain@openedhand.com>

* clutter/clutter-texture.c:
        Opps, undo change I didn't mean to commit
This commit is contained in:
Iain Holmes 2006-06-08 22:36:17 +00:00
parent 9e9240b2a5
commit 968f8c1054
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-06-08 Iain Holmes <iain@openedhand.com>
* clutter/clutter-texture.c:
Opps, undo change I didn't mean to commit
2006-06-08 Iain Holmes <iain@openedhand.com> 2006-06-08 Iain Holmes <iain@openedhand.com>
* configure.ac: * configure.ac:

View File

@ -887,7 +887,6 @@ clutter_texture_init (ClutterTexture *self)
priv->repeat_x = FALSE; priv->repeat_x = FALSE;
priv->repeat_y = FALSE; priv->repeat_y = FALSE;
priv->pixbuf = NULL; priv->pixbuf = NULL;
priv->pixel_type = PIXEL_TYPE;
self->priv = priv; self->priv = priv;