e_comp_wl: Remove duplicated call 31/313431/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 22 May 2024 01:43:25 +0000 (10:43 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 26 Jun 2024 00:34:33 +0000 (09:34 +0900)
e_comp_wl_remote_surface_commit() is already called on _e_surface_cb_commit().

Change-Id: I975a34641a8bb6ad8455cf21034b84459cc56cf9

src/bin/server/e_comp_wl.c

index de9817a..0621e40 100644 (file)
@@ -5737,8 +5737,6 @@ e_comp_wl_client_surface_pending_commit(E_Client *ec)
 {
    if (e_object_is_del(E_OBJECT(ec))) return;
 
-   if (e_comp_wl_remote_surface_commit(ec)) return;
-
    e_comp_wl_surface_commit(ec);
 
    _e_comp_wl_hook_call(E_COMP_WL_HOOK_CLIENT_SURFACE_COMMIT, ec);