From 9d2571fe2635eec28ffe9109a1fc640e4e9404f8 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 12 Dec 2017 11:02:08 -0500 Subject: [PATCH] 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 --- src/lib/elementary/efl_ui_popup_alert_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_popup_alert_text.c b/src/lib/elementary/efl_ui_popup_alert_text.c index ddada43e99..afc39f4600 100644 --- a/src/lib/elementary/efl_ui_popup_alert_text.c +++ b/src/lib/elementary/efl_ui_popup_alert_text.c @@ -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)