drop some wasted client_validates.
[dana/openbox.git] / openbox / action.c
index 4fd86d3..796f259 100644 (file)
@@ -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);
     }
 }