jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3e5fddd72bcc6759e836bf7de80917f6bc0bf4d8

commit 3e5fddd72bcc6759e836bf7de80917f6bc0bf4d8
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Wed Sep 23 15:22:44 2015 +0900

    edje_edit: remove a redundant API declaration.
    
    edje_edit_state_font_get has twice declaration in same header file.
---
 src/lib/edje/Edje_Edit.h | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/src/lib/edje/Edje_Edit.h b/src/lib/edje/Edje_Edit.h
index 448d27a..7a5ae05 100644
--- a/src/lib/edje/Edje_Edit.h
+++ b/src/lib/edje/Edje_Edit.h
@@ -4663,6 +4663,8 @@ EAPI Eina_Bool edje_edit_state_text_set(Evas_Object *obj, 
const char *part, cons
 
 /** Get font name for a given part state.
  *
+ * Remember to free the returned string using edje_edit_string_free().
+ *
  * @param obj Object being edited.
  * @param part The name of the part to get the font of.
  * @param state The state of the part to get the font of.
@@ -5131,20 +5133,6 @@ EAPI Eina_Bool edje_edit_font_del(Evas_Object *obj, 
const char* alias);
  */
 EAPI const char *edje_edit_font_path_get(Evas_Object *obj, const char *alias);
 
-
-/** Get font name for a given part state.
- *
- * Remember to free the returned string using edje_edit_string_free().
- *
- * @param obj Object being edited.
- * @param part Part that contain state.
- * @param state The name of the state to get the name of the font used (not 
including the state value).
- * @param value The state value.
- *
- * @return The name of the font used in the given part state.
- */
-EAPI const char * edje_edit_state_font_get(Evas_Object *obj, const char *part, 
const char *state, double value);
-
 //@}
 
/******************************************************************************/
 /**************************   IMAGES API   
************************************/

-- 


Reply via email to