From 03cf0a0fe5461b7ec721df889162e2d0c186db9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 27 Nov 2012 17:00:24 +0100 Subject: ecore_evas: remove bodyless ecore_evas_profiles_get/set --- lib/efl/native/ecore_evas.rb | 4 ---- 1 file changed, 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); -- cgit v1.1-2-g2b99