[mutter/gbsneto/silence-warnings: 1/6] tests: Remove unused variables



commit 642adba5bf499aa8f20662cecec95341bf631506
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Nov 8 15:15:14 2018 -0200

    tests: Remove unused variables

 clutter/tests/interactive/test-animation.c | 2 --
 1 file changed, 2 deletions(-)
---
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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]