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:
5ba21a6
)
video: Remove workaround code, it's not necessary anymore.
68/206168/7
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 8 May 2019 11:11:51 +0000
(20:11 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 28 May 2019 10:44:48 +0000
(10:44 +0000)
Change-Id: I990cade7c22007bae86b715922cde5ae2ec96826
src/bin/video/e_comp_wl_video.c
patch
|
blob
|
history
diff --git
a/src/bin/video/e_comp_wl_video.c
b/src/bin/video/e_comp_wl_video.c
index 6b218e972e01b48bdc8fdcc5a695917dfedf6e34..be8151c6803a66acb378e617201524972c80f2d5 100644
(file)
--- a/
src/bin/video/e_comp_wl_video.c
+++ b/
src/bin/video/e_comp_wl_video.c
@@
-107,10
+107,6
@@
_e_video_set(E_Video *video, E_Client *ec)
EINA_SAFETY_ON_NULL_RETURN(video->ec->zone);
e_client_video_set(ec);
- /* FIXME workaround */
- if ((e_config->eom_enable == EINA_TRUE) &&
- (e_eom_is_ec_external(ec)))
- return;
res = e_zone_video_available_size_get(ec->zone, &minw, &minh, &maxw, &maxh, &align);
if (res)