aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/main.c b/sway/main.c
index 85bc2f1c..23689757 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -375,8 +375,6 @@ int main(int argc, char **argv) {
375 375
376 sway_log(SWAY_INFO, "Starting sway version " SWAY_VERSION); 376 sway_log(SWAY_INFO, "Starting sway version " SWAY_VERSION);
377 377
378 root = root_create();
379
380 if (!server_init(&server)) { 378 if (!server_init(&server)) {
381 return 1; 379 return 1;
382 } 380 }