The check for a minimal new lastsel is not needed anymore.

This commit is contained in:
Christoph Lohmann 2014-01-26 18:52:53 +01:00
parent 4b2dfb110f
commit 4ed0a2da67

View file

@ -1094,7 +1094,6 @@ unmanage(int c) {
} else if(lastsel > c) {
lastsel--;
}
lastsel = MIN(lastsel, nclients - 1);
if(c == sel) {
/* Note that focus() will never set lastsel == sel,