From de02fe44387712819564a78281a93f0937150c3b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 25 Nov 2012 17:04:15 +0000 Subject: [PATCH] ecore Ecore_Evas.h: Removed non-existing APIs' descriptions. SVN revision: 79656 --- legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h b/legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h index c358579af6..3c59c80c84 100644 --- a/legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h +++ b/legacy/ecore/src/lib/ecore_evas/Ecore_Evas.h @@ -661,26 +661,6 @@ EAPI void ecore_evas_maximized_set(Ecore_Evas *ee, Eina_Bool on); * @see ecore_evas_maximized_set() */ 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. *