]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add toggled-pressed and toggled-hover button states to themes. also rename toggled...
[chaz/openbox] / openbox / client.c
index 6866e8d8da8749cabbd7a5801c65b556b736cd1c..3e069464218c5ba1bfcb7b724b753bcc322dfff0 100644 (file)
@@ -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 */
This page took 0.022776 seconds and 4 git commands to generate.