From d7d9ed856f93458badb8114f56650dfc257b4487 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Wed, 28 Aug 2019 14:07:04 +0900 Subject: [PATCH] edje/style: remove dead code. Summary: leftover from last refactoring. Reviewers: Hermet, ali.alzyod Reviewed By: Hermet Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9763 --- src/lib/edje/edje_textblock_styles.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/lib/edje/edje_textblock_styles.c b/src/lib/edje/edje_textblock_styles.c index 9f74b911db..f9495f24f6 100644 --- a/src/lib/edje/edje_textblock_styles.c +++ b/src/lib/edje/edje_textblock_styles.c @@ -247,24 +247,6 @@ _edje_textblock_style_search(Edje *ed, const char *style) return eina_hash_find(ed->file->style_hash, style); } -static inline void -_edje_textblock_style_member_add(Edje *ed, Edje_Style *stl) -{ - Edje_Style_Tag *tag; - Eina_List *l; - - if (!stl) return; - - EINA_LIST_FOREACH(stl->tags, l, tag) - { - if (tag->text_class) - efl_observable_observer_add(_edje_text_class_member, tag->text_class, ed->obj); - } - /* Newly added text_class member should be updated - according to the latest text_class's status. */ - _edje_textblock_style_update(ed, stl, EINA_TRUE); -} - static inline void _edje_textblock_style_observer_add(Edje_Style *stl, Efl_Observer* observer) {