projects
/
platform
/
core
/
uifw
/
libpepper-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159783b
)
fix build warning: remove unused variable
26/68826/2
author
Seunghun Lee
<shiin.lee@samsung.com>
Tue, 10 May 2016 04:30:04 +0000
(13:30 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 10 May 2016 04:38:25 +0000
(21:38 -0700)
Change-Id: I8fa5dda508bbd46dba2d82b65a4f1842c395c693
src/lib/object.c
patch
|
blob
|
history
diff --git
a/src/lib/object.c
b/src/lib/object.c
index 5d351f3264fd4cfce0868781ce700eab00cd62ca..d4a8ee060845317299e5ef185a686d60e58f2291 100644
(file)
--- a/
src/lib/object.c
+++ b/
src/lib/object.c
@@
-210,7
+210,6
@@
static void
_touch_down(pepper_efl_object_t *po, unsigned int timestamp, int device, int x, int y)
{
pepper_efl_shell_surface_t *shsurf;
- pepper_view_t *focused_view;
int rel_x, rel_y;
rel_x = x - po->x;