From a33150eb4b041b243d0493cd4b53bfbcace3299e Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 6 Sep 2006 15:36:42 +0200 Subject: no this is better --- client.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index 45cb3a3..586a87f 100644 --- a/client.c +++ b/client.c @@ -99,13 +99,6 @@ focus(Client *c) } } if(c) { - if(c->isfloat || arrange == dofloat) { - detach(c); - if(clients) - clients->prev = c; - c->next = clients; - clients = c; - } grabbuttons(c, True); drawtitle(c); XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime); -- cgit v1.2.3-54-g00ecf