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:
0bcbf0f
)
e_plane: fixed build warning (unused variable)
00/90900/2
author
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 5 Oct 2016 01:58:42 +0000
(10:58 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 5 Oct 2016 01:59:23 +0000
(10:59 +0900)
Change-Id: I418ba9f0505e002fa68a27e7026ecc72231cd505
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index 5811fb4cfd337ff4e81b2acc1a8d9bce5913fe29..c002762c233007139dd12ac295f3cdc623173e12 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-303,7
+303,6
@@
_e_plane_surface_from_client_acquire(E_Plane *plane)
E_Comp_Wl_Buffer *buffer = e_pixmap_resource_get(pixmap);
E_Comp_Wl_Data *wl_comp_data = (E_Comp_Wl_Data *)e_comp->wl_comp_data;
tbm_surface_h tsurface = NULL;
- E_Plane_Renderer *renderer = plane->renderer;
EINA_SAFETY_ON_NULL_RETURN_VAL(buffer, NULL);