From df61bfbb57ac9f7054dd6fe1c1e9398f0545d76b Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 23 May 2018 22:58:39 +0100 Subject: swaylock: remove unused field --- include/swaylock/swaylock.h | 1 - swaylock/main.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index 27db67cd..dae823b8 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -39,7 +39,6 @@ struct swaylock_state { struct wl_list surfaces; struct wl_list images; struct swaylock_args args; - cairo_surface_t *background_image; struct swaylock_password password; struct swaylock_xkb xkb; enum auth_state auth_state; diff --git a/swaylock/main.c b/swaylock/main.c index 79c06285..f89f2849 100644 --- a/swaylock/main.c +++ b/swaylock/main.c @@ -226,7 +226,6 @@ static void handle_global(void *data, struct wl_registry *registry, surface->output = wl_registry_bind(registry, name, &wl_output_interface, 3); surface->output_global_name = name; - surface->image = state->background_image; wl_output_add_listener(surface->output, &_wl_output_listener, surface); wl_list_insert(&state->surfaces, &surface->link); -- cgit v1.2.3-54-g00ecf