From f3085a30889fc0d204746d89564501387fe7543d Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 28 Jun 2011 07:13:28 +0000 Subject: [PATCH] elm genlist: Removed unnecessary variable. SVN revision: 60747 --- legacy/elementary/src/lib/elm_genlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index df23ff88de..32184114b7 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -296,7 +296,7 @@ struct _Elm_Genlist_Item Ecore_Timer *long_timer; Ecore_Timer *swipe_timer; Evas_Coord dx, dy; - Evas_Coord scrl_x, scrl_y, old_scrl_x, old_scrl_y; + Evas_Coord scrl_x, scrl_y, old_scrl_y; Elm_Genlist_Item *rel; Evas_Object *mode_view; @@ -2427,7 +2427,6 @@ _item_block_position(Item_Block *itb, _item_position(it, it->base.view, it->scrl_x, it->scrl_y); } - it->old_scrl_x = it->scrl_x; it->old_scrl_y = it->scrl_y; } }