From 190079e5b8466fccdc5e4369fc3aa65e54cc0465 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 28 Jun 2011 16:28:29 +0900 Subject: [PATCH] [genlist] Removed unnecessary variable. Upstream merge r60747. --- src/lib/elm_genlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index febcdd7..9e9b1c4 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -438,7 +438,7 @@ struct _Elm_Genlist_Item Evas_Object *edit_obj; int num; Ecore_Animator *item_moving_effect_timer; - Evas_Coord old_scrl_x, old_scrl_y; + Evas_Coord old_scrl_y; }; struct _Item_Cache @@ -2508,7 +2508,6 @@ _item_block_position(Item_Block *itb, } if (!it->wd->effect_mode || it->wd->move_effect_mode == ELM_GENLIST_ITEM_MOVE_EFFECT_NONE || ((it->wd->move_effect_mode != ELM_GENLIST_ITEM_MOVE_EFFECT_DELETE) && it->parent == it->wd->expand_item)) { - it->old_scrl_x = it->scrl_x; it->old_scrl_y = it->scrl_y; } y += it->h; -- 2.7.4