summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c3
1 files changed, 0 insertions, 3 deletions
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);
}