i3bar: Remove duplicate call to kick_tray_clients (#4163)

Fixes #4159
Fixes #4162
This commit is contained in:
Orestis Floros 2020-08-31 08:58:46 +02:00 committed by GitHub
parent e5992eed16
commit f33a49372f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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