elementary: Comment out unused defined variable

This looks like it may be used in the future, or Was used and is no
longer needed. I'll let the author of this decide on that one ;) but
this commit cleans up the compiler warning of defined but not used.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-12-12 11:02:08 -05:00
parent 685fb33d86
commit 9d2571fe26
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define MY_CLASS EFL_UI_POPUP_ALERT_TEXT_CLASS
#define MY_CLASS_NAME "Efl.Ui.Popup_Alert_Text"
static const char PART_NAME_TEXT[] = "text";
//static const char PART_NAME_TEXT[] = "text";
EOLIAN static void
_efl_ui_popup_alert_text_elm_layout_sizing_eval(Eo *obj, Efl_Ui_Popup_Alert_Text_Data *pd EINA_UNUSED)