remove unused layer shell surface variable

This commit is contained in:
Aleksis 2019-09-07 20:08:39 +03:00 committed by Simon Ser
parent aa8ea2fa82
commit 982e01f46c
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ struct sway_layer_surface {
struct wl_listener output_destroy;
struct wl_listener new_popup;
bool configured;
struct wlr_box geo;
};