elementary: remove Efl_Future reference from efl_ui_layout.

This commit is contained in:
Cedric BAIL 2018-02-02 15:32:44 -08:00
parent 2c2df5b18b
commit 16d5caa2ee
1 changed files with 0 additions and 10 deletions

View File

@ -74,7 +74,6 @@ static const char *_efl_ui_layout_swallow_parts[] = {
typedef struct _Efl_Ui_Layout_Sub_Object_Data Efl_Ui_Layout_Sub_Object_Data;
typedef struct _Efl_Ui_Layout_Sub_Object_Cursor Efl_Ui_Layout_Sub_Object_Cursor;
typedef struct _Efl_Ui_Layout_Sub_Iterator Efl_Ui_Layout_Sub_Iterator;
typedef struct _Efl_Ui_Layout_Sub_Connect Efl_Ui_Layout_Sub_Connect;
struct _Efl_Ui_Layout_Sub_Iterator
{
@ -120,15 +119,6 @@ struct _Efl_Ui_Layout_Sub_Object_Cursor
Eina_Bool engine_only : 1;
};
struct _Efl_Ui_Layout_Sub_Connect
{
Eina_Stringshare *name;
Eina_Stringshare *property;
Eina_Bool is_signal;
Eo *obj;
Efl_Future *future;
};
static void
_on_sub_object_size_hint_change(void *data,
Evas *e EINA_UNUSED,