diff options
author | emersion <contact@emersion.fr> | 2018-05-23 22:58:39 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-23 22:59:24 +0100 |
commit | df61bfbb57ac9f7054dd6fe1c1e9398f0545d76b (patch) | |
tree | 3dc61f6ba02d754e71df1499c406f8586b853f76 /include/swaylock | |
parent | 32f8ade7ab6228835144b519d927fd1eeaa2333a (diff) |
swaylock: remove unused field
Diffstat (limited to 'include/swaylock')
-rw-r--r-- | include/swaylock/swaylock.h | 1 |
1 files changed, 0 insertions, 1 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; |