no need to restore focus

This commit is contained in:
Julien Danjou 2008-01-07 19:03:17 +01:00
parent df121e7c03
commit 4a610dfeb3
1 changed files with 0 additions and 4 deletions

View File

@ -772,8 +772,6 @@ uicb_client_swapnext(int screen, char *arg __attribute__ ((unused)))
{
client_swap(&globalconf.clients, sel, next);
arrange(screen);
/* restore focus */
focus(sel, True, screen);
}
}
@ -795,8 +793,6 @@ uicb_client_swapprev(int screen, char *arg __attribute__ ((unused)))
{
client_swap(&globalconf.clients, prev, sel);
arrange(screen);
/* restore focus */
focus(sel, True, screen);
}
}