hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=53854e1f2d1e37bf5e51923f6652953ad496acbe
commit 53854e1f2d1e37bf5e51923f6652953ad496acbe Author: Hermet Park <[email protected]> Date: Thu Aug 22 13:21:40 2019 +0900 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); --
