e_comp_wl_data: comment out unused code to reduce warnings 07/44507/1
authorGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:12:40 +0000 (10:12 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:12:40 +0000 (10:12 +0900)
Change-Id: I6738a6aa00ef45e4a9bdc2f5a8281bd974822ece

src/bin/e_comp_wl_data.c

index 52047cff00116c8a0980c984dbc0f4b1dd3e5f43..cb7c2b61330de721a8535545c20074a3c46775f0 100644 (file)
@@ -304,13 +304,13 @@ _e_comp_wl_data_device_cb_drag_start(struct wl_client *client, struct wl_resourc
    if (!(source = wl_resource_get_user_data(source_resource))) return;
 
    /* TODO: create icon for pointer ?? */
-   if (icon_resource)
-     {
-        E_Pixmap *cp;
-
-        DBG("\tHave Icon Resource: %p", icon_resource);
-        cp = wl_resource_get_user_data(icon_resource);
-     }
+   //if (icon_resource)
+   //  {
+   //     E_Pixmap *cp;
+   //
+   //     DBG("\tHave Icon Resource: %p", icon_resource);
+   //     cp = wl_resource_get_user_data(icon_resource);
+   //  }
 
    EINA_LIST_FOREACH(cdata->ptr.resources, l, res)
      {