sanghyeonlee pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=893dc792d163b7ad10ed21d71584f20f1afbd7bd

commit 893dc792d163b7ad10ed21d71584f20f1afbd7bd
Author: SangHyeon Lee <sh10233....@samsung.com>
Date:   Thu Dec 17 17:13:43 2015 +0900

    genlist : fix genlist build errors
---
 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 572e095..0c84c8f 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -5066,7 +5066,6 @@ _item_block_recalc(Item_Block *itb,
    itb->num = in;
    EINA_LIST_FOREACH(itb->items, l, it)
      {
-        sd = GL_IT(it)->wsd;
         show_me |= it->item->show_me;
 
         if (!it->filtered) _item_filtered_get(it);

-- 


Reply via email to