hermet pushed a commit to branch master.

commit ffeed9f3e2c739e178333623fdb026fad06b0f75
Author: ChunEon Park <[email protected]>
Date:   Thu Sep 12 23:37:00 2013 +0900

    elementary - Actually this code is useless. there track object will be 
always NULL.
---
 src/lib/elm_widget.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 1aa2bbc..4705412 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -4985,13 +4985,6 @@ _elm_widget_item_free(Elm_Widget_Item *item)
    if (item->access_info)
      eina_stringshare_del(item->access_info);
 
-   if (item->track_obj)
-     {
-        evas_object_event_callback_del(item->track_obj, EVAS_CALLBACK_DEL,
-                                       _track_obj_del);
-        evas_object_del(item->track_obj);
-     }
-
    EINA_LIST_FREE(item->signals, wisd)
      {
         eina_stringshare_del(wisd->emission);

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to