diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efl/native/elementary.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/lib/efl/native/elementary.rb b/lib/efl/native/elementary.rb index df33bd5..f5b99bc 100644 --- a/lib/efl/native/elementary.rb +++ b/lib/efl/native/elementary.rb @@ -1821,8 +1821,6 @@ module Efl          [ :elm_web_bg_color_set, [ :evas_object_p, :int, :int, :int, :int ], :void ],          # EAPI void elm_web_bg_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a);          [ :elm_web_bg_color_get, [ :evas_object_p, :int_p, :int_p, :int_p, :int_p ], :void ], -        # EAPI char *elm_view_selection_get(const Evas_Object *obj); -        [ :elm_view_selection_get, [ :evas_object_p ], :string ],          # EAPI void elm_web_popup_selected_set(Evas_Object *obj, int index);          [ :elm_web_popup_selected_set, [ :evas_object_p, :int ], :void ],          # EAPI Eina_Bool elm_web_popup_destroy(Evas_Object *obj); | 
