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);