diff options
author | taiyu <[email protected]> | 2015-08-28 19:35:29 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-28 19:35:29 -0700 |
commit | 63e735270c8ab64f1678915b4716d098c5026b40 (patch) | |
tree | 6f9f1014a901236627ac92456b1e622d6c151e7d /sway/commands.c | |
parent | e0d548695763864ecf13b0620dad92610d2f14c8 (diff) |
move v3
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index de98b624..8a790384 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -366,7 +366,6 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) { return false; } - // TODO handle case of workspace, something similar to _do_split if (view->type != C_CONTAINER && view->type != C_VIEW) { return false; } |