aboutsummaryrefslogtreecommitdiff
path: root/rootston/cursor.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-27 13:33:38 -0400
committerGitHub <noreply@github.com>2017-10-27 13:33:38 -0400
commit0572abbb252edfc27232c08893b7440561ca171d (patch)
tree03b3181facac74dd0327bb6b14577404e69cb5a9 /rootston/cursor.c
parent4bee96bd301015dd6ceb2087ec07a1cb77c1e5d7 (diff)
parent315c01ba0fc8567ca0320be2d3f28b26faebe607 (diff)
Merge pull request #345 from emersion/remove-last-active-view
Remove input.last_active_view
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r--rootston/cursor.c1
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) {