ecore_wl2_window: remove tizen only code for sending configure event 22/285922/2
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 21 Dec 2022 07:53:58 +0000 (16:53 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Thu, 22 Dec 2022 10:14:17 +0000 (10:14 +0000)
Change-Id: Id205a67d9b7f518de4dc569e9fa0e505fc7f4b00

src/lib/ecore_wl2/ecore_wl2_window.c

index 0f20c34..abb80f2 100644 (file)
@@ -2178,14 +2178,6 @@ ecore_wl2_window_maximized_set_with_direction(Ecore_Wl2_Window *window, Ecore_Wl
           }
      }
 
-   /* TIZEN_ONLY(20190522): The window properties of ecore_evas are updated in
-    * _ecore_evas_wl_common_cb_window_configure.
-    * To call _ecore_evas_wl_common_cb_window_configure,
-    * ECORE_WL2_EVENT_WINDOW_CONFIGURE event is added.
-    * To add ECORE_WL2_EVENT_WINDOW_CONFIGURE event,
-    * _ecore_wl2_window_configure_send is called. */
-   _ecore_wl2_window_configure_send(window);
-   /* END of TIZEN_ONLY(20190522) */
    ecore_wl2_display_flush(window->display);
 }