From 33cc5724028121753bfc6e4fc51f3027864f9678 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 28 Mar 2007 02:00:10 +0000 Subject: drop some wasted client_validates. --- openbox/client.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 6866e8d8..3e069464 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2963,11 +2963,6 @@ gboolean client_focus(ObClient *self) /* choose the correct target */ self = client_focus_target(self); -#if 0 - if (!client_validate(self)) - return FALSE; -#endif - if (!client_can_focus(self)) { if (!self->frame->visible) { /* update the focus lists */ -- cgit v1.2.3