cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c323a99037854e05da4c45986242b1c1f0fb54c6

commit c323a99037854e05da4c45986242b1c1f0fb54c6
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Tue Aug 20 11:04:23 2019 +0200

    efl_ui_widget: remove unused field
    
    its not used ...
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D9647
---
 src/lib/elementary/elm_widget.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h
index 46f7c38d9e..7a95d0b03b 100644
--- a/src/lib/elementary/elm_widget.h
+++ b/src/lib/elementary/elm_widget.h
@@ -348,8 +348,6 @@ typedef struct _Elm_Widget_Smart_Data
    const char                   *style;
    const char                   *access_info;
    const char                   *accessible_name;
-   unsigned int                  focus_order;
-   Eina_Bool                     focus_order_on_calc;
 
    int                           child_drag_x_locked;
    int                           child_drag_y_locked;
@@ -357,7 +355,6 @@ typedef struct _Elm_Widget_Smart_Data
    int                           tree_unfocusable;
 
    Eina_Inlist                  *translate_strings;
-   Eina_List                    *focus_chain;
    Eina_List                    *event_cb;
    /* this is a hook to be set on-the-fly on widgets. this is code
     * handling the request of showing a specific region from an inner

-- 


Reply via email to