diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-11-10 10:16:38 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-11-10 10:16:38 +0100 |
commit | dcee938a62cfd0965debf7b81c28998079ff170f (patch) | |
tree | baaad841ae9696b4d39576d108c04873ccb4e9fc | |
parent | 146cfc357e31042c5c6723331ca6564c54241fd0 (diff) | |
download | ffi-efl-dcee938a62cfd0965debf7b81c28998079ff170f.zip ffi-efl-dcee938a62cfd0965debf7b81c28998079ff170f.tar.gz |
remove body less function elm_view_selection_get
-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); |