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:
f2f8589
)
video: Remove an ineffective code.
author
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 18 Dec 2018 01:53:02 +0000
(10:53 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000
(19:00 +0900)
There is no setting code before this unset code.
Change-Id: If0db9e4da636f5bfc5a77b29ff9d3801cdf3fc9f
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 29ab0d4739ea12f13f29702f4b9f5face7a792fc..973ee4f30533abea8305bb07d7906564995181cb 100644
(file)
--- a/
src/bin/video/e_comp_wl_video.c
+++ b/
src/bin/video/e_comp_wl_video.c
@@
-545,7
+545,6
@@
e_comp_wl_video_shutdown(void)
E_FREE_LIST(video_hdlrs, ecore_event_handler_del);
e_info_server_hook_set("vbuf", NULL, NULL);
- e_info_server_hook_set("video-dst-change", NULL, NULL);
e_info_server_hook_set("video-to-primary", NULL, NULL);
e_info_server_hook_set("video-punch", NULL, NULL);