diff options
Diffstat (limited to 'swaybar/bar.c')
-rw-r--r-- | swaybar/bar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybar/bar.c b/swaybar/bar.c index f636f0c9..9f72c94c 100644 --- a/swaybar/bar.c +++ b/swaybar/bar.c @@ -367,7 +367,6 @@ static void destroy_layer_surface(struct swaybar_output *output) { zwlr_layer_surface_v1_destroy(output->layer_surface); wl_surface_attach(output->surface, NULL, 0, 0); // detach buffer output->layer_surface = NULL; - output->height = 0; output->width = 0; output->frame_scheduled = false; } |