efl_ui_widget: child_can_focus is not needed anymore
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 27 Feb 2019 19:01:16 +0000 (14:01 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:36 +0000 (20:49 +0900)
commit42a3a454346299c14124e79d5ffffed741517548
tree46391dac5d59197ef602676bfd36182b4b684bc9
parent7030bb1c3f98fe36bedfa3b2d36159195bfbd85d
efl_ui_widget: child_can_focus is not needed anymore

summary_:
pd->logical.child_count is a counter where focusable children do
register themself in the parent if they can be focused or not. With this
we don't need the updating of this internal flag nor the flag itself anymore.

Depends on D8027

Reviewers: woohyun, cedric, Jaehyun_Cho, zmike, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8030
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/elm_widget.h