diff options
author | emersion <contact@emersion.fr> | 2017-10-27 19:21:26 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-27 19:21:26 +0200 |
commit | 315c01ba0fc8567ca0320be2d3f28b26faebe607 (patch) | |
tree | 03b3181facac74dd0327bb6b14577404e69cb5a9 /rootston/cursor.c | |
parent | 4bee96bd301015dd6ceb2087ec07a1cb77c1e5d7 (diff) |
Remove input.last_active_view
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index 7d2548eb..bac8b6e7 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -172,7 +172,6 @@ void set_view_focus(struct roots_input *input, struct roots_desktop *desktop, if (!view) { return; } - input->last_active_view = view; size_t index = 0; for (size_t i = 0; i < desktop->views->length; ++i) { |