diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-03-18 17:35:30 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-03-18 17:35:30 -0400 |
| commit | 732962332c8c9ffa2e495ea27c7360200cc25358 (patch) | |
| tree | 1f2b0fb30f3e49ec0053d493e3e218f3f866ca29 | |
| parent | 9564c3550c07c7935c2296844bcd18fed1a65b94 (diff) | |
| parent | 43a76988343599d6b1eb49790a29981d26a65d81 (diff) | |
Merge pull request #1125 from zandrmartin/remove-unnecessary-todo
remove unnecessary todo item
| -rw-r--r-- | sway/commands/workspace.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sway/commands/workspace.c b/sway/commands/workspace.c index c831bdfd..a7839746 100644 --- a/sway/commands/workspace.c +++ b/sway/commands/workspace.c @@ -42,11 +42,7 @@ struct cmd_results *cmd_workspace(int argc, char **argv) { } sway_log(L_DEBUG, "Assigning workspace %s to output %s", wso->workspace, wso->output); list_add(config->workspace_outputs, wso); - if (!config->reading) { - // TODO: Move workspace to output. (don't do so when reloading) - } - } - else { + } else { if (config->reading || !config->active) { return cmd_results_new(CMD_DEFER, "workspace", NULL); } |
