From a8af8066809a3496ac8790dac1fb01e79eb3875a Mon Sep 17 00:00:00 2001 From: seoz Date: Sun, 25 Nov 2012 17:05:34 +0000 Subject: [PATCH] ecore Ecore_Evas.h: Removed non-existing APIs' descriptions. (backport for r79656) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/branches/ecore-1.7@79657 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_evas/Ecore_Evas.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index db42d1d..da85db2 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -662,26 +662,6 @@ EAPI void ecore_evas_maximized_set(Ecore_Evas *ee, Eina_Bool on); */ EAPI Eina_Bool ecore_evas_maximized_get(const Ecore_Evas *ee); /** - * @brief Set Ecore_Evas's window profile list. - * - * @param ee The Ecore_Evas - * @param profiles The profile name list - * @param num_profiles The number of profile names - * - * @warning Support for this depends on the underlying windowing system. - * @since 1.7.0 - */ -EAPI void ecore_evas_profiles_set(Ecore_Evas *ee, const char **profiles, unsigned int num_profiles); -/** - * @brief Get Ecore_Evas's window profile name. - * - * @param ee The Ecore_Evas - * @return The profile name - * - * @since 1.7.0 - */ -EAPI const char *ecore_evas_profile_get(const Ecore_Evas *ee); -/** * @brief Move an Ecore_Evas. * * @param ee The Ecore_Evas to move -- 2.7.4