From c94de6450e5037c9b9eae4c7ef5cacb8a6b728e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 31 Jul 2012 10:51:22 -0400 Subject: [PATCH] shell: Remove unused shsurf->focus_state --- src/shell.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/shell.c b/src/shell.c index a8f7127fa..fd82fcf07 100644 --- a/src/shell.c +++ b/src/shell.c @@ -185,8 +185,6 @@ struct shell_surface { struct weston_transform workspace_transform; - struct focus_state *focus_state; - struct weston_output *fullscreen_output; struct weston_output *output; struct wl_list link; @@ -398,7 +396,6 @@ focus_state_create(struct weston_seat *seat) surface = keyboard->focus; shsurf = get_shell_surface((struct weston_surface *)keyboard->focus); - shsurf->focus_state = state; state->seat = seat; state->keyboard_focus = shsurf->surface;