netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=f35fddb841c59d0543127b664eec3a8560d2caa0

commit f35fddb841c59d0543127b664eec3a8560d2caa0
Author: Alastair Poole <[email protected]>
Date:   Sat Apr 18 13:40:42 2020 +0100

    ui: fix warn
---
 src/bin/ui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui.c b/src/bin/ui.c
index fc3ba87..6364760 100644
--- a/src/bin/ui.c
+++ b/src/bin/ui.c
@@ -1564,7 +1564,7 @@ static
 Evas_Object *
 _item_menu_create(Ui *ui, Proc_Info *proc)
 {
-   Elm_Object_Item *menu_main, *menu_it, *menu_it2;
+   Elm_Object_Item *menu_it, *menu_it2;
    Evas_Object *menu;
    Eina_Bool stopped;
    if (!proc) return NULL;

-- 


Reply via email to