~kris/suckless

tabbed

4ed0a2da67f742cfb75f85fc02f703e21a0206d6 — Christoph Lohmann 12 years ago 4b2dfb1
The check for a minimal new lastsel is not needed anymore.
1 files changed, 0 insertions(+), 1 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +0 -1
@@ 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,