swaylock: remove unused field

This commit is contained in:
emersion 2018-05-23 22:58:39 +01:00
parent 32f8ade7ab
commit df61bfbb57
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 0 additions and 2 deletions

View file

@ -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;