Dear developers

When i compile elementary, i found something to remove.
And this is for removing unused values in elm_genlist.

Thank you.
Index: elementary/src/lib/elm_genlist.c
===================================================================
--- elementary/src/lib/elm_genlist.c    (리비전 64325)
+++ elementary/src/lib/elm_genlist.c    (작업 사본)
@@ -706,11 +706,8 @@
 static void
 _item_unhighlight(Elm_Gen_Item *it)
 {
-   const char *stacking, *selectraise;
    if ((it->delete_me) || (!it->highlighted)) return;
    edje_object_signal_emit(VIEW(it), "elm,state,unselected", "elm");
-   stacking = edje_object_data_get(VIEW(it), "stacking");
-   selectraise = edje_object_data_get(VIEW(it), "selectraise");
    if (!it->item->nostacking)
      {
        if ((it->item->order_num_in & 0x1) ^ it->item->stacking_even) 
evas_object_lower(VIEW(it));
@@ -2300,12 +2297,10 @@
    Item_Block *itb, *chb = NULL;
    Evas_Coord minw = -1, minh = 0, y = 0, ow;
    int in = 0;
-   double t0, t;
    Eina_Bool minw_change = EINA_FALSE;
    Eina_Bool did_must_recalc = EINA_FALSE;
    if (!wd) return;
 
-   t0 = ecore_time_get();
    evas_object_geometry_get(wd->pan_smart, NULL, NULL, &ow, &wd->h);
    if (wd->w != ow)
      wd->w = ow;
@@ -2409,7 +2404,6 @@
              wd->anchor_y = it_y;
           }
      }
-   t = ecore_time_get();
    if (did_must_recalc)
      {
         if (!wd->must_recalc_idler)
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to