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:
2da15f2
)
video: Remove unused codes.
13/204513/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Fri, 19 Apr 2019 04:56:00 +0000
(13:56 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 24 Apr 2019 06:34:13 +0000
(15:34 +0900)
Change-Id: I283eb183b066a3ffa411fe3bc89e22b391846714
src/bin/video/iface/e_video_hwc_windows.c
patch
|
blob
|
history
diff --git
a/src/bin/video/iface/e_video_hwc_windows.c
b/src/bin/video/iface/e_video_hwc_windows.c
index ea77b719a7e527463e208dad065222cfc5e5ee50..2b28c1c74655e010564a15e75b98757203b05f7e 100644
(file)
--- a/
src/bin/video/iface/e_video_hwc_windows.c
+++ b/
src/bin/video/iface/e_video_hwc_windows.c
@@
-209,19
+209,8
@@
_e_video_hwc_windows_init(E_Video_Hwc_Windows *evhw)
static void
_e_video_destroy(E_Video_Hwc_Windows *evhw)
{
- if (!evhw)
- return;
-
- VIN("destroy", evhw->base.ec);
-
e_hwc_window_free(evhw->hwc_window);
-
free(evhw);
-
-#if 0
- if (e_comp_wl_video_buffer_list_length() > 0)
- e_comp_wl_video_buffer_list_print(NULL);
-#endif
}
static Eina_Bool