diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-28 02:00:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-28 02:00:10 +0000 |
| commit | 33cc5724028121753bfc6e4fc51f3027864f9678 (patch) | |
| tree | c31489029b6facb77394b14293f0f870271f7406 /openbox/client.c | |
| parent | d20f84f5ded581c57df5904c6fa550dac05ad036 (diff) | |
drop some wasted client_validates.
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 */ |
