From 7bb099a416fe1cb4438940b9b2c8502abcfb998c Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 12 Dec 2017 11:03:41 -0500 Subject: [PATCH] elementary: Comment out defined but unused variable Signed-off-by: Chris Michael --- src/lib/elementary/efl_ui_text.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/elementary/efl_ui_text.c b/src/lib/elementary/efl_ui_text.c index 6077a1f810..d3c05639e8 100644 --- a/src/lib/elementary/efl_ui_text.c +++ b/src/lib/elementary/efl_ui_text.c @@ -240,12 +240,12 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = { }; #undef ELM_PRIV_ENTRY_SIGNALS -static const Elm_Layout_Part_Alias_Description _content_aliases[] = -{ - {"icon", "elm.swallow.icon"}, - {"end", "elm.swallow.end"}, - {NULL, NULL} -}; +/* static const Elm_Layout_Part_Alias_Description _content_aliases[] = */ +/* { */ +/* {"icon", "elm.swallow.icon"}, */ +/* {"end", "elm.swallow.end"}, */ +/* {NULL, NULL} */ +/* }; */ static Eina_List *entries = NULL;