summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2018-02-16 16:31:34 +0100
committerEmre Ucan <eucan@de.adit-jv.com>2018-02-23 15:00:56 +0100
commit35f0fd6e510ad66258f20a0c3bcc356658040f62 (patch)
tree003155722a5a4ad7f5e59d37c2afe11cf100bb0b /weston-ivi-shell
parent1145261b5ef5d083a0ca86d5acf0fdd0336b6b11 (diff)
downloadwayland-ivi-extension-35f0fd6e510ad66258f20a0c3bcc356658040f62.tar.gz
ivi-share: fix -Wunused-variable warning
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/src/ivi-share.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/weston-ivi-shell/src/ivi-share.c b/weston-ivi-shell/src/ivi-share.c
index 3f9e248..ea833c6 100644
--- a/weston-ivi-shell/src/ivi-share.c
+++ b/weston-ivi-shell/src/ivi-share.c
@@ -259,7 +259,6 @@ share_surface_redirect_touch_cancel(struct wl_client *client,
struct ivi_share_nativesurface_client_link *client_link = wl_resource_get_user_data(resource);
struct weston_seat *seat = NULL;
struct wl_resource *target_resource = NULL;
- uint32_t time = get_event_time();
struct wl_resource *surface_resource = client_link->parent->surface->resource;
seat = get_weston_seat(client_link->parent->shell_ext->wc, client_link);