projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8050f
)
e_client_video: remove the validation of ec->frame
87/323287/1
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 15 Apr 2025 08:31:52 +0000
(17:31 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Fri, 25 Apr 2025 07:25:30 +0000
(16:25 +0900)
It is useless.
Change-Id: I3430aac1fe7bd257c5eb1e0706d2f34688d0a42a
src/bin/core/e_client_video.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_client_video.c
b/src/bin/core/e_client_video.c
index 5de06a43fe7ca0f3ba28d8e9044bf9806bf2a109..664b5b4b502aa9cb63a8f2dfc5b5d156c3379828 100644
(file)
--- a/
src/bin/core/e_client_video.c
+++ b/
src/bin/core/e_client_video.c
@@
-408,7
+408,6
@@
e_client_video_set(E_Client *ec)
VIN("Set video client", ec);
EINA_SAFETY_ON_NULL_RETURN_VAL(ec, EINA_FALSE);
- EINA_SAFETY_ON_NULL_RETURN_VAL(ec->frame, EINA_FALSE);
if (e_object_is_del(E_OBJECT(ec)))
{