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:
7405942
)
video:hwc: fix build warning about unused variable.
64/225264/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 18 Feb 2020 11:53:19 +0000
(20:53 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 18 Feb 2020 11:54:44 +0000
(20:54 +0900)
Change-Id: Ic9be27c7cafb1c4fff5cd0ee003f561f21e5ee37
src/bin/video/iface/e_video_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/video/iface/e_video_hwc.c
b/src/bin/video/iface/e_video_hwc.c
index c4ad66b40f6280baa90b43cf4394c5774ddb7964..dbaeacd9ce4e76816d607a9f34e881675ab90d37 100644
(file)
--- a/
src/bin/video/iface/e_video_hwc.c
+++ b/
src/bin/video/iface/e_video_hwc.c
@@
-1117,7
+1117,6
@@
static void
_e_video_hwc_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
{
E_Video_Hwc *evh = data;
- int w = 0, h = 0;
/* Since video content will be displayed on the overlay plane,
* it's reasonable to keep the size of composite object to 1x1.