tests: elementary: remove unused variable

Looks like a copy and paste left over from another test.

../../../src/tests/elementary/elm_test_genlist.c:58:16: warning: unused variable ‘type’ [-Wunused-variable]
This commit is contained in:
Stefan Schmidt 2018-04-05 16:12:25 +02:00
parent 35a6e7a6d2
commit 7b4d9f5905
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ verify_group_api(Elm_Object_Item *git)
EFL_START_TEST (elm_genlist_group)
{
const char *type;
Elm_Object_Item *git;
int i;