i3bar: Remove duplicate call to kick_tray_clients (#4163)
Fixes #4159 Fixes #4162
This commit is contained in:
parent
e5992eed16
commit
f33a49372f
@ -1622,8 +1622,6 @@ void destroy_window(i3_output *output) {
|
|||||||
xcb_free_pixmap(xcb_connection, output->buffer.id);
|
xcb_free_pixmap(xcb_connection, output->buffer.id);
|
||||||
xcb_free_pixmap(xcb_connection, output->statusline_buffer.id);
|
xcb_free_pixmap(xcb_connection, output->statusline_buffer.id);
|
||||||
output->bar.id = XCB_NONE;
|
output->bar.id = XCB_NONE;
|
||||||
|
|
||||||
kick_tray_clients(output);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Strut partial tells i3 where to reserve space for i3bar. This is determined
|
/* Strut partial tells i3 where to reserve space for i3bar. This is determined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user