mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Remove extraneous load_swaybars call
Swaybars are already loaded after calling load_main_config
This commit is contained in:
parent
a298cad05c
commit
ff2aad470d
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ static void do_reload(void *data) {
|
|||
|
||||
ipc_event_workspace(NULL, NULL, "reload");
|
||||
|
||||
load_swaybars();
|
||||
|
||||
for (int i = 0; i < config->bars->length; ++i) {
|
||||
struct bar_config *bar = config->bars->items[i];
|
||||
for (int j = 0; j < bar_ids->length; ++j) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue