e_client: Remove unnecessary check 90/296690/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 3 Aug 2023 00:53:48 +0000 (09:53 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 3 Aug 2023 05:58:40 +0000 (14:58 +0900)
commit35144b293502477d1d372c9e0be2b224bd993587
tree700019b8a4b52ca5a8505fded7b18868eb97c861
parent22943047b2c11cc204c867553074bbf7b24cd8be
e_client: Remove unnecessary check

There's no point in checking whether given E_Client is deleted during
the e_client_surface_tree_foreach().
This should be checked by a caller if it's needed.

Change-Id: Id54140b1a915938526375c6b3f150e0c1ab08699
src/bin/e_client.c