From e8b2d2156a6f530812d9958b3675e2402e44ecab Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 6 Nov 2014 18:09:32 +0100 Subject: Revert "Possible keybinding to switch to previous workspace." This reverts commit 69b7a0ad9277f21ad761c84ac1bae5455a2f879e. It has the unintended side-effect that it reverses the alt+tab behaviour. --- src/core/workspace.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/workspace.c') diff --git a/src/core/workspace.c b/src/core/workspace.c index eb2db05a..b85ab53c 100644 --- a/src/core/workspace.c +++ b/src/core/workspace.c @@ -385,9 +385,6 @@ meta_workspace_activate_with_focus (MetaWorkspace *workspace, /* Note that old can be NULL; e.g. when starting up */ old = workspace->screen->active_workspace; - /* Save old workspace, to be able to switch back. */ - workspace->screen->prev_workspace = old; - workspace->screen->active_workspace = workspace; set_active_space_hint (workspace->screen); -- cgit v1.2.1