Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
i3bar: Remove duplicate call to kick_tray_clients (#4163)
Browse files Browse the repository at this point in the history
Fixes #4159
Fixes #4162
  • Loading branch information
orestisfl committed Aug 31, 2020
1 parent e5992ee commit f33a493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions i3bar/src/xcb.c
Expand Up @@ -1622,8 +1622,6 @@ void destroy_window(i3_output *output) {
xcb_free_pixmap(xcb_connection, output->buffer.id);
xcb_free_pixmap(xcb_connection, output->statusline_buffer.id);
output->bar.id = XCB_NONE;

kick_tray_clients(output);
}

/* Strut partial tells i3 where to reserve space for i3bar. This is determined
Expand Down

0 comments on commit f33a493

Please sign in to comment.