e_comp_wl: Remove unused variable.

Later on we use state_w directly.
This commit is contained in:
Stefan Schmidt 2014-03-05 11:35:46 +01:00
parent 4d9b7ecdee
commit 58286beed4
1 changed files with 0 additions and 1 deletions

View File

@ -982,7 +982,6 @@ _default_grab_button(struct wl_pointer_grab *grab, uint32_t timestamp, uint32_t
struct wl_pointer *pointer = grab->pointer;
struct wl_list *lst;
struct wl_resource *res;
enum wl_pointer_button_state state = state_w;
lst = &pointer->focus_resource_list;
if (!wl_list_empty(lst))