hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4768b1d04e49e924cbf9ab765c465989840d48a9

commit 4768b1d04e49e924cbf9ab765c465989840d48a9
Author: Shuhrat Dehkanov <sh.dehka...@samsung.com>
Date:   Thu Sep 22 22:57:28 2016 +0900

    elm: remove dulicate ELM_POPUP_ACTION_BUTTON_MAX definition
    
    Summary: ELM_POPUP_ACTION_BUTTON_MAX is already defined in the included 
header file, elm_widget_popup.h.
    
    Reviewers: cedric, jpeg, minkyu, Hermet
    
    Reviewed By: Hermet
    
    Subscribers: seoz, jehun.lim
    
    Differential Revision: https://phab.enlightenment.org/D4312
---
 src/lib/elementary/elc_popup.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c
index 4c7fc2f..6757484 100644
--- a/src/lib/elementary/elc_popup.c
+++ b/src/lib/elementary/elc_popup.c
@@ -21,8 +21,6 @@
 #define MY_CLASS_NAME "Elm_Popup"
 #define MY_CLASS_NAME_LEGACY "elm_popup"
 
-#define ELM_POPUP_ACTION_BUTTON_MAX 3
-
 static void _button_remove(Evas_Object *, int, Eina_Bool);
 
 static const char ACCESS_TITLE_PART[] = "access.title";

-- 


Reply via email to