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/action.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 4fd86d30..796f259a 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1166,8 +1166,7 @@ void action_focus(union ActionData *data) moving on us */ event_halt_focus_delay(); - if (client_validate(data->client.any.c)) - client_focus(data->client.any.c); + client_focus(data->client.any.c); } } -- cgit v1.2.3