tests: Remove unused variables

This commit is contained in:
Georges Basile Stavracas Neto 2018-11-08 15:15:14 -02:00
parent 4a7a803c34
commit 3483be8566

View File

@ -19,7 +19,6 @@ on_clicked (ClutterClickAction *action,
ClutterActor *actor, ClutterActor *actor,
gpointer dummy G_GNUC_UNUSED) gpointer dummy G_GNUC_UNUSED)
{ {
ClutterAnimation *animation;
gfloat old_x, old_y, new_x, new_y; gfloat old_x, old_y, new_x, new_y;
gfloat old_width, old_height, new_width, new_height; gfloat old_width, old_height, new_width, new_height;
gdouble new_angle; gdouble new_angle;
@ -82,7 +81,6 @@ G_MODULE_EXPORT int
test_animation_main (int argc, char *argv[]) test_animation_main (int argc, char *argv[])
{ {
ClutterActor *stage, *rect; ClutterActor *stage, *rect;
ClutterColor rect_color = { 0x44, 0xdd, 0x44, 0xff };
ClutterAction *action; ClutterAction *action;
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS) if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)