devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7bb099a416fe1cb4438940b9b2c8502abcfb998c
commit 7bb099a416fe1cb4438940b9b2c8502abcfb998c Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Dec 12 11:03:41 2017 -0500 elementary: Comment out defined but unused variable Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- 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; --