Remove usesell assignment

This commit is contained in:
Paul Fariello 2012-01-19 22:59:44 +01:00
parent 4da3889b86
commit 89d2a18e4b

View File

@ -130,7 +130,6 @@ static void
screen_move_client(struct client *c, struct screen *s)
{
if (c && s) {
c->screen = s;
tag_client(s->seltag, c);
}
}