elm: Remove warning 'genlist'
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 21 Nov 2017 11:24:16 +0000 (12:24 +0100)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 07:40:38 +0000 (16:40 +0900)
original_patch: 7699ae3c65f523e6a60dc6cd1fc2fe93e6aef5b5

@tizen_fix

Change-Id: I01607ca2e1bfc7077b5af5ee55de0f851b1e4b3b

src/lib/elementary/elm_genlist.c

index 778c3a7..18b843a 100644 (file)
@@ -1055,7 +1055,6 @@ _item_position(Elm_Gen_Item *eo_it,
    //TIZEN_ONLY(20160419) : expose highlight information on atspi
    if ((void*)view == _elm_object_accessibility_currently_highlighted_get())
      {
-        Elm_Genlist_Data * sd = eo_it->item->wsd;
         int x,y,w,h;
         evas_object_geometry_get(sd->obj, &x, &y, &w, &h);