rimmed pushed a commit to branch eflete-1.18.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e95281ec4e0d76004b1dbd291cae22c7bae1e833

commit e95281ec4e0d76004b1dbd291cae22c7bae1e833
Author: Andrii Kroitor <an.kroi...@samsung.com>
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

-- 


Reply via email to