elm: remove dulicate ELM_POPUP_ACTION_BUTTON_MAX definition
authorShuhrat Dehkanov <sh.dehkanov@samsung.com>
Thu, 22 Sep 2016 13:57:28 +0000 (22:57 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:03 +0000 (14:37 +0900)
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

Change-Id: I42f2f8479aab8954ac95382d60f31504caff2015

src/lib/elc_popup.c

index 92c969318f86f4aeca783b2c2b951ca015baf9dc..2370262ab6484a094b961603914b665ee85ec8ab 100644 (file)
@@ -18,8 +18,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";