1
1
mirror of https://github.com/swaywm/sway synced 2024-11-24 02:44:23 +01:00

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

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