[mutter/gbsneto/silence-warnings: 9/15] tests: Remove unused variables
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gbsneto/silence-warnings: 9/15] tests: Remove unused variables
- Date: Thu, 8 Nov 2018 18:09:19 +0000 (UTC)
commit 3483be8566566d5fa50889e30e84c768a0159575
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]