From bb0fd965c50289c02619113f113927294fa5be23 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 05:02:25 +0000 Subject: add breakchroot action --- openbox/actions/activate.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/actions/activate.c') diff --git a/openbox/actions/activate.c b/openbox/actions/activate.c index 66923622..a431bafd 100644 --- a/openbox/actions/activate.c +++ b/openbox/actions/activate.c @@ -62,10 +62,6 @@ static gboolean run_func(ObActionsData *data, gpointer options) data->context != OB_FRAME_CONTEXT_CLIENT || data->context != OB_FRAME_CONTEXT_FRAME) { - /* if using focus_delay, stop the timer now so that focus doesn't - go moving on us */ - event_halt_focus_delay(); - client_activate(data->client, o->here, o->raise, o->unshade, TRUE); } } else { -- cgit v1.2.3