seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3eafd7a5a2c9c441c08dcf0c57979c66e3c94287

commit 3eafd7a5a2c9c441c08dcf0c57979c66e3c94287
Author: Anand <[email protected]>
Date:   Wed Aug 6 13:56:07 2014 +0900

    genlist: removed unnecessary EINA_UNUSED macro
    
    Reviewers: singh.amitesh, nirajkr, seoz
    
    Reviewed By: seoz
    
    Subscribers: sachin.dev
    
    Differential Revision: https://phab.enlightenment.org/D1270
---
 src/lib/elm_genlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index af518bd..923c4da 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -2184,7 +2184,7 @@ _item_block_realize(Item_Block *itb)
 }
 
 EOLIAN static void
-_elm_genlist_pan_evas_object_smart_calculate(Eo *obj EINA_UNUSED, 
Elm_Genlist_Pan_Data *psd)
+_elm_genlist_pan_evas_object_smart_calculate(Eo *obj, Elm_Genlist_Pan_Data 
*psd)
 {
    Evas_Coord ox, oy, ow, oh, cvx, cvy, cvw, cvh;
    Evas_Coord vx = 0, vy = 0, vw = 0, vh = 0;

-- 


Reply via email to