widget: removed unused widget item member 'focused'.

This commit is contained in:
Daniel Juyung Seo 2014-03-02 01:24:23 +09:00
parent 1a29ad5679
commit 8afae8de2e
2 changed files with 0 additions and 2 deletions

View File

@ -1005,7 +1005,6 @@ _elm_list_item_focused(Elm_List_Item *it)
if ((x < sx) || (y < sy)|| ((x + w) > (sx + sw)) || ((y + h) > (sy + sh)))
elm_list_item_bring_in((Elm_Object_Item *)it);
sd->focused_item = (Elm_Object_Item *)it;
((Elm_Widget_Item *)it)->focused = EINA_TRUE;
if (elm_widget_focus_highlight_enabled_get(WIDGET(it)))
{
edje_object_signal_emit

View File

@ -603,7 +603,6 @@ struct _Elm_Widget_Item
Eina_Bool disabled : 1;
Eina_Bool on_deletion : 1;
Eina_Bool on_translate : 1;
Eina_Bool focused : 1;
};
struct _Elm_Object_Item