diff --git a/clutter/tests/interactive/test-animation.c b/clutter/tests/interactive/test-animation.c index 5d4aa4e6e..31938f3ed 100644 --- a/clutter/tests/interactive/test-animation.c +++ b/clutter/tests/interactive/test-animation.c @@ -19,7 +19,6 @@ on_clicked (ClutterClickAction *action, ClutterActor *actor, gpointer dummy G_GNUC_UNUSED) { - ClutterAnimation *animation; gfloat old_x, old_y, new_x, new_y; gfloat old_width, old_height, new_width, new_height; gdouble new_angle; @@ -82,7 +81,6 @@ G_MODULE_EXPORT int test_animation_main (int argc, char *argv[]) { ClutterActor *stage, *rect; - ClutterColor rect_color = { 0x44, 0xdd, 0x44, 0xff }; ClutterAction *action; if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)