diff options
Diffstat (limited to 'include/sway/tree')
-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 efdae5a1..b5ae92f3 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -45,8 +45,6 @@ struct sway_workspace { struct sway_workspace_state current; }; -extern char *prev_workspace_name; - struct workspace_config *workspace_find_config(const char *ws_name); struct sway_output *workspace_get_initial_output(const char *name); |