aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-10-21 08:59:59 +0200
committerGitHub <noreply@github.com>2018-10-21 08:59:59 +0200
commita4d6835881a1ce276ae68f33e5dc94776ee28424 (patch)
tree2255d845647357cdbe6fdfcb1c6a40210a69ddb7 /include/sway/tree
parent3f02218b54645a68a7496eb15b7bb16d26b75ae2 (diff)
parentc5a6c37275978ddc8c221ca73ae1a39254dd68f5 (diff)
Merge pull request #2903 from RyanDwyer/seat-specific-backandforth
Make workspace back_and_forth seat-specific
Diffstat (limited to 'include/sway/tree')
-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 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);