diff options
| author | Christoph Lohmann <20h@r-36.net> | 2014-01-26 18:52:53 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2014-01-26 18:52:53 +0100 |
| commit | 4ed0a2da67f742cfb75f85fc02f703e21a0206d6 (patch) | |
| tree | e7e194932fd60120464e0c0042ec396618cccf27 /tabbed.c | |
| parent | 4b2dfb110f4c2698ab27ea6ad2f6f2e914631b9f (diff) | |
| download | tabbed-4ed0a2da67f742cfb75f85fc02f703e21a0206d6.tar.gz | |
The check for a minimal new lastsel is not needed anymore.
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |