From 7b6ef8910c59a6f760c18a4049d450889391462d Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 27 Sep 2017 01:05:17 +0200 Subject: [PATCH] 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 accea87..97bafe8 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 138a5c7..b3721b7 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; } } -- 2.7.4