stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=455935466f444aa39f5ad997b6f9067e4c65a126

commit 455935466f444aa39f5ad997b6f9067e4c65a126
Author: Stefan Schmidt <[email protected]>
Date:   Mon Oct 31 11:36:53 2016 +0100

    e_fm: remove unused variable
---
 src/bin/e_fm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 0358ed0..65c657c 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -1516,7 +1516,7 @@ e_fm2_all_list_get(Evas_Object *obj)
 E_API E_Fm2_Icon_Info *
 e_fm2_icon_file_get(Evas_Object *obj, const char *file)
 {
-   Eina_List *list = NULL, *l;
+   Eina_List *l;
    E_Fm2_Icon *ic;
 
    EFM_SMART_CHECK(NULL);

-- 


Reply via email to