summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuhrat Dehkanov <sh.dehkanov@samsung.com>2016-09-22 22:57:28 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-09-22 22:57:28 +0900
commit4768b1d04e49e924cbf9ab765c465989840d48a9 (patch)
tree97cfff1895513929b82ac9dad31c74d322efcffe
parent04f1483a82a2537c568e44cb55f06a61b2d6a839 (diff)
downloadefl-4768b1d04e49e924cbf9ab765c465989840d48a9.tar.gz
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
-rw-r--r--src/lib/elementary/elc_popup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c
index 4c7fc2fc3d..675748459b 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";