aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sway/config.c b/sway/config.c
index 213e7680..0422fdd9 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -403,12 +403,6 @@ bool load_main_config(const char *file, bool is_active) {
403 free_config(old_config); 403 free_config(old_config);
404 } 404 }
405 config->reading = false; 405 config->reading = false;
406
407 if (success) {
408 // TODO: bar
409 //update_active_bar_modifiers();
410 }
411
412 return success; 406 return success;
413} 407}
414 408