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
This commit is contained in:
Marco Trevisan (Treviño) 2019-10-15 11:54:14 +02:00
parent d4ff5e2d31
commit 22c8f179d2

View File

@ -152,8 +152,6 @@ test_readpixels (TestUtilsGTestFixture *fixture,
{ {
unsigned int idle_source; unsigned int idle_source;
ClutterActor *stage; ClutterActor *stage;
ClutterActorIter iter;
ClutterActor *actor;
stage = clutter_stage_get_default (); stage = clutter_stage_get_default ();
clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color); clutter_stage_set_color (CLUTTER_STAGE (stage), &stage_color);