efl_ui_video: remove old api!

This commit is contained in:
Marcel Hollerbach 2017-09-27 01:05:17 +02:00
parent 6bc769b317
commit 7b6ef8910c
2 changed files with 0 additions and 14 deletions

View File

@ -361,18 +361,6 @@ _efl_ui_video_remember_position_get(Eo *obj EINA_UNUSED, Efl_Ui_Video_Data *sd)
return sd->remember;
}
EOLIAN static Eina_Bool
_efl_ui_video_elm_widget_focus_next_manager_is(Eo *obj EINA_UNUSED, Efl_Ui_Video_Data *_pd EINA_UNUSED)
{
return EINA_FALSE;
}
EOLIAN static Eina_Bool
_efl_ui_video_elm_widget_focus_direction_manager_is(Eo *obj EINA_UNUSED, Efl_Ui_Video_Data *_pd EINA_UNUSED)
{
return EINA_FALSE;
}
EOLIAN static void
_efl_ui_video_class_constructor(Efl_Class *klass)
{

View File

@ -64,8 +64,6 @@ class Efl.Ui.Video (Efl.Ui.Layout, Efl.File,
class.constructor;
Efl.Object.constructor;
Efl.File.file { get; set; }
Elm.Widget.focus_next_manager_is;
Elm.Widget.focus_direction_manager_is;
Elm.Widget.widget_event;
Elm.Interface.Atspi_Widget_Action.elm_actions { get; }
}