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
This commit is contained in:
Shuhrat Dehkanov 2016-09-22 22:57:28 +09:00 committed by Hermet Park
parent 04f1483a82
commit 4768b1d04e
1 changed files with 0 additions and 2 deletions

View File

@ -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";