Remove input.last_active_view

This commit is contained in:
emersion 2017-10-27 19:21:26 +02:00
parent 4bee96bd30
commit 315c01ba0f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 5 additions and 7 deletions

View file

@ -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) {