summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-05-30 16:31:54 +0100
committerKristian Høgsberg <krh@bitplanet.net>2012-05-31 15:44:08 -0400
commit4034c7ac218dca341ccb16bcbf772fb91a0be51c (patch)
tree0d718bc5ad77cd70c187d6fce3b4d01515414096
parent4dab5dba3f323ffa83ae25a64b201fba241286e1 (diff)
tablet-shell: Remove 'seat' member
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--src/tablet-shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tablet-shell.c b/src/tablet-shell.c
index cf9ddf6..fa45b25 100644
--- a/src/tablet-shell.c
+++ b/src/tablet-shell.c
@@ -52,7 +52,6 @@ struct tablet_shell {
struct weston_compositor *compositor;
struct weston_process process;
- struct weston_seat *seat;
struct wl_client *client;
struct weston_surface *surface;
@@ -470,8 +469,6 @@ home_key_binding(struct wl_seat *seat, uint32_t time,
if (shell->state == STATE_LOCKED)
return;
- shell->seat = (struct weston_seat *) seat;
-
if (state) {
wl_event_source_timer_update(shell->long_press_source, 500);
shell->long_press_active = 1;