rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9667d9cebf8559852ae63854fb2ade324e06cbab
commit 9667d9cebf8559852ae63854fb2ade324e06cbab Author: Andrii Kroitor <[email protected]> Date: Tue Sep 6 16:26:48 2016 +0300 popup: remove unused variables --- src/bin/ui/popup.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c index 062eaa9..1c0feef 100644 --- a/src/bin/ui/popup.c +++ b/src/bin/ui/popup.c @@ -28,12 +28,6 @@ static Evas_Object *fs; static Helper_Done_Cb dismiss_func; static void* func_data; -static const Popup_Button _btn_ok = BTN_OK; -static const Popup_Button _btn_save = BTN_SAVE; -static const Popup_Button _btn_append = BTN_APPEND; -static const Popup_Button _btn_replace = BTN_REPLACE; -static const Popup_Button _btn_dont_save = BTN_DONT_SAVE; -static const Popup_Button _btn_cancel = BTN_CANCEL; static Popup_Current current; struct _Search_Data --
