summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/config.c b/sway/config.c
index 0f91cce6..a67322d1 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -717,7 +717,3 @@ char *do_var_replacement(char *str) {
717 } 717 }
718 return str; 718 return str;
719} 719}
720
721void load_swaybars() {
722 /* stub function for reload commnd, to fill when we restore swaybars */
723}