elementary: simplify Efl.Ui.Text.Factory.Emoticons.

This commit is contained in:
Cedric BAIL 2018-01-18 10:48:21 -08:00
parent 4a905a22a4
commit e9bc9c920a
2 changed files with 0 additions and 19 deletions

View File

@ -12,25 +12,8 @@ typedef struct _Efl_Ui_Text_Factory_Emoticons_Data Efl_Ui_Text_Factory_Emoticons
struct _Efl_Ui_Text_Factory_Emoticons_Data
{
const char *name;
};
EOLIAN static Eo *
_efl_ui_text_factory_emoticons_efl_object_constructor(Eo *obj,
Efl_Ui_Text_Factory_Emoticons_Data *pd EINA_UNUSED)
{
obj = efl_constructor(efl_super(obj, MY_CLASS));
return obj;
}
EOLIAN static void
_efl_ui_text_factory_emoticons_efl_object_destructor(Eo *obj,
Efl_Ui_Text_Factory_Emoticons_Data *pd EINA_UNUSED)
{
efl_destructor(efl_super(obj, MY_CLASS));
}
EOLIAN static Efl_Canvas_Object
*_efl_ui_text_factory_emoticons_efl_canvas_text_factory_create(
Eo *obj EINA_UNUSED,

View File

@ -5,8 +5,6 @@ class Efl.Ui.Text.Factory.Emoticons (Efl.Object, Efl.Canvas.Text.Factory)
@since 1.21
]]
implements {
Efl.Object.constructor;
Efl.Object.destructor;
Efl.Canvas.Text.Factory.create;
}
}