Remove useless statement

This commit is contained in:
Paul Fariello 2012-01-19 23:04:39 +01:00
parent 89d2a18e4b
commit 4d6cf92adc

View File

@ -129,9 +129,7 @@ uicb_screen_prev(Uicb cmd)
static void
screen_move_client(struct client *c, struct screen *s)
{
if (c && s) {
tag_client(s->seltag, c);
}
}
void