bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7b6ef8910c59a6f760c18a4049d450889391462d
commit 7b6ef8910c59a6f760c18a4049d450889391462d Author: Marcel Hollerbach <[email protected]> Date: Wed Sep 27 01:05:17 2017 +0200 efl_ui_video: remove old api! --- src/lib/elementary/efl_ui_video.c | 12 ------------ src/lib/elementary/efl_ui_video.eo | 2 -- 2 files changed, 14 deletions(-) diff --git a/src/lib/elementary/efl_ui_video.c b/src/lib/elementary/efl_ui_video.c index accea87c19..97bafe8f9a 100644 --- a/src/lib/elementary/efl_ui_video.c +++ b/src/lib/elementary/efl_ui_video.c @@ -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) { diff --git a/src/lib/elementary/efl_ui_video.eo b/src/lib/elementary/efl_ui_video.eo index 138a5c7b34..b3721b712f 100644 --- a/src/lib/elementary/efl_ui_video.eo +++ b/src/lib/elementary/efl_ui_video.eo @@ -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; } } --
