edje: Remove warnings

Missing declaration from another file and removing unused variable.

After D10605

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10674
This commit is contained in:
Lauro Moura 2019-11-14 18:39:24 +00:00 committed by Cedric BAIL
parent cd113d7aae
commit 4832d9bfb8
1 changed files with 6 additions and 1 deletions

View File

@ -1003,12 +1003,17 @@ _edje_recalc_table_parts(Edje *ed
#endif
}
// Defined in edje_textblock.c
Eina_Bool
_edje_part_textblock_style_text_set(Edje *ed,
Edje_Real_Part *ep,
Edje_Part_Description_Text *chosen_desc);
void
_edje_recalc_textblock_style_text_set(Edje *ed)
{
unsigned short i;
Edje_Real_Part *ep;
Edje_Part_Description_Text *chosen_desc;
for (i = 0; i < ed->table_parts_size; i++)
{