summaryrefslogtreecommitdiff
path: root/src/lib/edje/Edje_Legacy.h
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-01-07 16:25:17 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-01-07 16:27:57 -0800
commitdae9581d21f08bc571d03f3136c175544537764d (patch)
tree23a55c039398cf0e8998df8fb3cca3b092579b29 /src/lib/edje/Edje_Legacy.h
parentbb921aff04b5497d9339e73625c07a26511cdf3b (diff)
downloadefl-dae9581d21f08bc571d03f3136c175544537764d.tar.gz
edje: correct function that should have been Eo API already.
Diffstat (limited to 'src/lib/edje/Edje_Legacy.h')
-rw-r--r--src/lib/edje/Edje_Legacy.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h
index d73a7842cc..fc68c16f26 100644
--- a/src/lib/edje/Edje_Legacy.h
+++ b/src/lib/edje/Edje_Legacy.h
@@ -97,56 +97,6 @@ EAPI void *edje_object_signal_callback_del (Evas_Object *obj, const char
*/
EAPI void *edje_object_signal_callback_del_full(Evas_Object *obj, const char *emission, const char *source, Edje_Signal_Cb func, void *data);
-/**
- * @brief Delete the object color class.
- *
- * @param obj The edje object's reference.
- * @param color_class The color class to be deleted.
- *
- * This function deletes any values at the object level for the
- * specified object and color class.
- * @note Deleting the color class will revert it to the values
- * defined by edje_color_class_set() or the color class
- * defined in the theme file.
- *
- * Deleting the color class will emit the signal "color_class,del"
- * for the given Edje object.
- */
- EAPI void edje_object_color_class_del (Evas_Object *obj, const char *color_class);
-
-/**
- * @brief Delete the object text class.
- *
- * @param obj The edje object's reference.
- * @param text_class The text class to be deleted.
- *
- * This function deletes any values at the object level for the
- * specified object and text class.
- * @note Deleting the text class will revert it to the values
- * defined by edje_text_class_set() or the text class
- * defined in the theme file.
- *
- * @since 1.17
- *
- */
-EAPI void edje_object_text_class_del (Evas_Object *obj, const char *text_class);
-
-/**
- * @brief Delete the object size class.
- *
- * @param obj The edje object's reference.
- * @param size_class The size class to be deleted.
- *
- * This function deletes any values at the object level for the
- * specified object and size class.
- * @note Deleting the size class will revert it to the values
- * defined by edje_size_class_set() or the size class
- * defined in the theme file.
- *
- * @since 1.17
- */
- EAPI void edje_object_size_class_del (Evas_Object *obj, const char *size_class);
-
/**
* @brief Set the object minimum size.
*