diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 13:08:45 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 13:08:45 -0400 |
| commit | e8ed262b1744c9d9a12bb112387237607094f1a1 (patch) | |
| tree | 75f4da71db52745ffd833e0bb7b110ff0044c084 /include | |
| parent | b4d88a49a97e003e5136f40f30f3c0e9d38fb3b1 (diff) | |
unify workspace create functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/workspace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h index 4e4c3450..8d49fefb 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -7,8 +7,6 @@ extern char *prev_workspace_name; char *workspace_next_name(const char *output_name); -struct sway_container *workspace_create(const char *name); - bool workspace_switch(struct sway_container *workspace); struct sway_container *workspace_by_number(const char* name); |
