e_comp_wl: Remove dead code 62/318262/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 14 Jan 2025 00:25:31 +0000 (09:25 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 15 Jan 2025 00:34:48 +0000 (09:34 +0900)
The `transformed` of E_Client is always false. There is no case making
this field to be true.

Change-Id: Iaf948feb9f9cd264fcc73000cd783b16cf5f5b3e

src/bin/server/e_comp_wl.c

index c484a7a8de5f67295d5a059a8b2d66396eabddd8..8256d41436d0e885b672ae0aa7bb590facacc4fb 100644 (file)
@@ -3077,10 +3077,6 @@ _e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
    if (cdata->scaler.buffer_viewport.changed)
      e_comp_wl_map_apply(ec);
 
-   /* resize transform object */
-   if (ec->transformed)
-     e_client_transform_update(ec);
-
    state->sx = 0;
    state->sy = 0;
    state->new_attach = EINA_FALSE;