summaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/workspace.c')
-rw-r--r--sway/tree/workspace.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c
index b0c440c1..16031e87 100644
--- a/sway/tree/workspace.c
+++ b/sway/tree/workspace.c
@@ -54,10 +54,6 @@ struct sway_workspace *workspace_create(struct sway_output *output,
54 return NULL; 54 return NULL;
55 } 55 }
56 node_init(&ws->node, N_WORKSPACE, ws); 56 node_init(&ws->node, N_WORKSPACE, ws);
57 ws->x = output->lx;
58 ws->y = output->ly;
59 ws->width = output->width;
60 ws->height = output->height;
61 ws->name = name ? strdup(name) : NULL; 57 ws->name = name ? strdup(name) : NULL;
62 ws->prev_split_layout = L_NONE; 58 ws->prev_split_layout = L_NONE;
63 ws->layout = output_get_default_layout(output); 59 ws->layout = output_get_default_layout(output);