sanghyeonlee pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=336cbdb99495ae72e7762c23b83b01ba6dd662be

commit 336cbdb99495ae72e7762c23b83b01ba6dd662be
Author: SangHyeon Lee <sh10233....@samsung.com>
Date:   Thu Dec 17 16:13:13 2015 +0900

    genlist: remove unnecessary data creation
    
    Summary :
    after using hash, sd is not needed on block_recalc
    so it must be removed.
    
    @fix
---
 src/lib/elm_genlist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 25c8fe0..572e095 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -5061,7 +5061,6 @@ _item_block_recalc(Item_Block *itb,
    Evas_Coord minw = 0, minh = 0;
    Eina_Bool show_me = EINA_FALSE, changed = EINA_FALSE;
    Evas_Coord y = 0;
-   Elm_Genlist_Data *sd = NULL;
    Item_Size *size = NULL;
 
    itb->num = in;

-- 


Reply via email to