summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-09-06 14:48:31 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-09-06 14:54:42 +0200
commit689ba2ff6de807f8c416ce75a62070ae34b6e4e0 (patch)
treefa9d2299e91b1f7d185cd9d60b3de5c8cc866dd0
parent183ba660d6f53d4384d4e9b84d78ebe8023250bb (diff)
downloadefl-689ba2ff6de807f8c416ce75a62070ae34b6e4e0.tar.gz
eo: update documentation after EFL_CLASS_DESCRIPTION_OPS removal
Remove the references to this removed macro.
-rw-r--r--src/lib/eo/Eo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index 0a919845cf..e8728368fb 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -391,7 +391,6 @@ typedef struct _Efl_Op_Description
* @struct _Efl_Object_Ops
*
* This struct holds the ops and the size of the ops.
- * Please use the #EFL_CLASS_DESCRIPTION_OPS macro when populating it.
*/
typedef struct _Efl_Object_Ops
{
@@ -403,7 +402,6 @@ typedef struct _Efl_Object_Ops
* @struct _Efl_Class_Description
* This struct holds the description of a class.
* This description should be passed to efl_class_new.
- * Please use the #EFL_CLASS_DESCRIPTION_OPS macro when populating it.
*/
struct _Efl_Class_Description
{