fix build warning: remove unused variable 26/68826/2
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 10 May 2016 04:30:04 +0000 (13:30 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 10 May 2016 04:38:25 +0000 (21:38 -0700)
Change-Id: I8fa5dda508bbd46dba2d82b65a4f1842c395c693

src/lib/object.c

index 5d351f3264fd4cfce0868781ce700eab00cd62ca..d4a8ee060845317299e5ef185a686d60e58f2291 100644 (file)
@@ -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;