evas_textblock : Remove unneeded code

Duplicated code removed

Reviewed-by: Ali Alzyod <ali198724@gmail.com>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12070
This commit is contained in:
AbdullehGhujeh 2020-07-28 11:24:55 +00:00 committed by Stefan Schmidt
parent f09080fad5
commit a1826580dc
1 changed files with 0 additions and 2 deletions

View File

@ -7613,8 +7613,6 @@ _layout_setup(Ctxt *c, const Eo *eo_obj, Evas_Coord w, Evas_Coord h)
c->obs_infos = NULL;
c->hyphen_ti = NULL;
c->handle_obstacles = EINA_FALSE;
c->w = w;
c->h = h;
c->style_pad.r = c->style_pad.l = c->style_pad.t = c->style_pad.b = 0;
c->vertical_ellipsis = EINA_FALSE;
c->ellip_prev_it = NULL;