X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox-history.git;a=blobdiff_plain;f=openbox%2Factions%2Factivate.c;h=a431bafd027c49774cafcd740b409e7e3d100a62;hp=6692362219491c1a996bef0d6d97d6d13ba2d437;hb=bb0fd965c50289c02619113f113927294fa5be23;hpb=29c4cf4a15bc5fa97ba746b03a5e334f989c645e diff --git a/openbox/actions/activate.c b/openbox/actions/activate.c index 6692362..a431baf 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 {