aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/workspace.h2
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;
7 7
8char *workspace_next_name(const char *output_name); 8char *workspace_next_name(const char *output_name);
9 9
10struct sway_container *workspace_create(const char *name);
11
12bool workspace_switch(struct sway_container *workspace); 10bool workspace_switch(struct sway_container *workspace);
13 11
14struct sway_container *workspace_by_number(const char* name); 12struct sway_container *workspace_by_number(const char* name);