From 22c8f179d2b849708bdb481563bbdf3704dbf7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 15 Oct 2019 11:54:14 +0200 Subject: [PATCH] cogl/test-readpixel: Remove unused variables These were added as part of commit d4ff5e2d but they're not needed. https://gitlab.gnome.org/GNOME/mutter/merge_requests/857 --- cogl/tests/conform/test-readpixels.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogl/tests/conform/test-readpixels.c b/cogl/tests/conform/test-readpixels.c index 45d137791..3c7c512db 100644 --- a/cogl/tests/conform/test-readpixels.c +++ b/cogl/tests/conform/test-readpixels.c @@ -152,8 +152,6 @@ test_readpixels (TestUtilsGTestFixture *fixture, { unsigned int idle_source; ClutterActor *stage; - ClutterActorIter iter; - ClutterActor *actor; stage = clutter_stage_get_default (); clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);