tasn pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=9274efb94c47833aa4dc89832c7f2efcccea19b4

commit 9274efb94c47833aa4dc89832c7f2efcccea19b4
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Mar 2 11:53:04 2016 +0000

    Remove redundant defines.
---
 src/lib/elm_main.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c
index 4469873..1229444 100644
--- a/src/lib/elm_main.c
+++ b/src/lib/elm_main.c
@@ -1713,23 +1713,6 @@ elm_coords_finger_size_adjust(int times_w,
      *h = elm_config_finger_size_get() * times_h;
 }
 
-
-// Object item Eo migration defines, will be removed later
-#define IF_EO_DO(obj, func)                            \
-       if (eo_isa(obj, ELM_WIDGET_ITEM_CLASS))   \
-         {                                             \
-            eo_do (obj, func);                   \
-            return;                                    \
-         }
-
-#define IF_EO_RETURN(obj, type, func)                  \
-       if (eo_isa(obj, ELM_WIDGET_ITEM_CLASS))   \
-         {                                             \
-            type ret;                                  \
-            eo_do (obj, ret = func);             \
-            return ret;                                \
-         }
-
 EAPI void
 elm_object_access_info_set(Evas_Object *obj, const char *txt)
 {

-- 


Reply via email to