X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=197948e98c286c619a01cbd24036d16d45aac0d3;hb=939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700;hp=32a715ef6fbe1090361c3cf283c33bee9ec34d9a;hpb=8612fcfb99f4ed97f49c3617fd2ae291877c8c8e;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 32a715ef..197948e9 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -282,9 +282,6 @@ void focus_fallback(gboolean allow_refocus) */ focus_set_client(NULL); - /* If some delayed focusing is going on, cancel it */ - event_halt_focus_delay(); - if ((new = focus_fallback_target(allow_refocus, old))) client_focus(new); }