tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8e437300069c22eb1200721db5f39c6063c82dd3

commit 8e437300069c22eb1200721db5f39c6063c82dd3
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri Mar 4 14:25:28 2016 +0000

    Eo: unmark Eo_Class as deprecated.
    
    It's not deprecated, it's actually a useful alias.
---
 src/lib/eo/Eo.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
index de129fc..ab920ee 100644
--- a/src/lib/eo/Eo.h
+++ b/src/lib/eo/Eo.h
@@ -110,7 +110,6 @@ typedef struct _Eo_Opaque Eo;
 /**
  * @typedef Eo_Class
  * The basic class type - should be removed, just for compat.
- * @deprecated
  */
 typedef Eo Eo_Class;
 

-- 


Reply via email to