herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=420d9373cf9065efb0db98bc1aed51751db68643
commit 420d9373cf9065efb0db98bc1aed51751db68643 Author: Daniel Hirt <daniel.h...@samsung.com> Date: Sun Jul 10 10:30:27 2016 +0000 Ui text: cleanup ifdef --- src/lib/elementary/efl_ui_text.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lib/elementary/efl_ui_text.c b/src/lib/elementary/efl_ui_text.c index 05f1384..7433dbc 100644 --- a/src/lib/elementary/efl_ui_text.c +++ b/src/lib/elementary/efl_ui_text.c @@ -4017,14 +4017,6 @@ _efl_ui_text_item_provider_remove(Eo *obj EINA_UNUSED, Efl_Ui_Text_Data *sd, Elm } } -#if 0 -static const char * -_text_get(const Evas_Object *obj) -{ - return elm_object_text_get(obj); -} -#endif - EOLIAN static Eina_Bool _efl_ui_text_efl_file_file_set(Eo *obj, Efl_Ui_Text_Data *sd, const char *file, const char *group EINA_UNUSED) { --