mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
tests: Remove unused variables
This commit is contained in:
parent
4a7a803c34
commit
3483be8566
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user