Revert "Add method for getting e_view from evas_object" 00/317700/1
author이진봉/Tizen Platform Lab(SR)/삼성전자 <jinbong.lee@samsung.com>
Fri, 13 Sep 2024 06:01:09 +0000 (15:01 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Sep 2024 06:05:15 +0000 (15:05 +0900)
This reverts commit 2a9ecd0aa9bd1c428d34c675ae8951dd2f1e6000.

Change-Id: Iac21e8e00d58c26b23365c6dc3532f74f1d446b7

src/bin/core/e_view.c

index 988b37c..eecb078 100644 (file)
@@ -50,7 +50,6 @@ _view_destroy(E_View *view)
      }
 
    e_view_name_set(view, NULL);
-   evas_object_data_del(view->eo, "e_view");
 
    wl_list_remove(&view->link);
 
@@ -200,8 +199,6 @@ e_view_init(E_View *view, E_View_Type type, E_View_Impl *impl, Evas_Object *eo,
 
    _e_view_events_init(view);
 
-   evas_object_data_set(eo, "e_view", view);
-
    if (parent)
      {
         e_view_tree_child_add(parent, view);