summaryrefslogtreecommitdiffstats
path: root/lib/efl/native
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-07-10 21:14:25 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-07-10 21:14:25 +0200
commit4b5979d1706b7864a12593c70783c7e1ecfa88ea (patch)
treef8d084929200a797cbbc060f023b1a21a6b2a463 /lib/efl/native
parent828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2 (diff)
downloadffi-efl-4b5979d1706b7864a12593c70783c7e1ecfa88ea.zip
ffi-efl-4b5979d1706b7864a12593c70783c7e1ecfa88ea.tar.gz
remove bodyless functions: ecore_evas_profiles_set, ecore_evas_profile_get
Diffstat (limited to 'lib/efl/native')
-rw-r--r--lib/efl/native/ecore_evas.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/efl/native/ecore_evas.rb b/lib/efl/native/ecore_evas.rb
index a1f2242..02dbf36 100644
--- a/lib/efl/native/ecore_evas.rb
+++ b/lib/efl/native/ecore_evas.rb
@@ -181,10 +181,6 @@ module Efl
[ :ecore_evas_maximized_set, [ :ecore_evas, :bool ], :void ],
# EAPI Eina_Bool ecore_evas_maximized_get(const Ecore_Evas *ee);
[ :ecore_evas_maximized_get, [ :ecore_evas ], :bool ],
- # EAPI void ecore_evas_profiles_set(Ecore_Evas *ee, const char **profiles, unsigned int num_profiles);
- [ :ecore_evas_profiles_set, [ :ecore_evas, :pointer, :uint ], :void ],
- # EAPI const char *ecore_evas_profile_get(const Ecore_Evas *ee);
- [ :ecore_evas_profile_get, [ :ecore_evas ], :string ],
# EAPI void ecore_evas_move(Ecore_Evas *ee, int x, int y);
[ :ecore_evas_move, [ :ecore_evas, :int, :int ], :void ],
# EAPI void ecore_evas_resize(Ecore_Evas *ee, int w, int h);