e_view: Erase unnecessary condition 18/318918/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 10 Oct 2024 09:30:51 +0000 (18:30 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 11 Oct 2024 00:50:28 +0000 (09:50 +0900)
commit661de96fdc89d031c7275a1f771e17e415cd1ab5
tree0e389e6c65bce55982a9bdcb6cf9335e9eefabe5
parent71df80268ffdc88385cc18e645d7d1f13f68dd87
e_view: Erase unnecessary condition

The view system was already apapted the request.
But evas cannot be adapted previous command cause of intercept call.
So erase duplicate execution prevention condition to execute evas_object API again.

Change-Id: Idb56acc3f894136ca31db04c681cb84885b783b3
src/bin/core/e_view.c