From 53854e1f2d1e37bf5e51923f6652953ad496acbe Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 22 Aug 2019 13:21:40 +0900 Subject: [PATCH] elementary: remove an unused variable. --- src/benchmarks/elementary/collection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/benchmarks/elementary/collection.c b/src/benchmarks/elementary/collection.c index bbb0990689..99b8472ed2 100644 --- a/src/benchmarks/elementary/collection.c +++ b/src/benchmarks/elementary/collection.c @@ -89,8 +89,6 @@ _build_list(int items) static void _build_grid(int items) { - Eo *list; - collection = efl_add(EFL_UI_GRID_CLASS, win); efl_content_set(win, collection);