remove build warning 79/148379/1
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 7 Sep 2017 23:51:33 +0000 (08:51 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 7 Sep 2017 23:51:33 +0000 (08:51 +0900)
Change-Id: I8c982521ba43b1a3a7cbc03540e3f8662cee70b3

src/e_mod_main.c

index f2cc077..7368f47 100644 (file)
@@ -1402,7 +1402,6 @@ static const struct tizen_gesture_interface _e_gesture_implementation = {
 static void
 _e_gesture_cb_bind(struct wl_client *client, void *data, uint32_t version, uint32_t id)
 {
-   E_GesturePtr gesture_instance = data;
    struct wl_resource *resource;
 
    resource = wl_resource_create(client, &tizen_gesture_interface, MIN(version, 3), id);