From: Dana Jansens Date: Sun, 8 Jun 2003 23:25:21 +0000 (+0000) Subject: remove an extra useless call to focus_set_client(NULL) X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=8a8f2c831f465c2a17a551132af0a0f6b4415b1e;p=chaz%2Fopenbox remove an extra useless call to focus_set_client(NULL) --- diff --git a/openbox/focus.c b/openbox/focus.c index 141fc474..0a88865a 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -235,8 +235,7 @@ void focus_fallback(FallbackType type) return; } - /* nothing to focus */ - focus_set_client(NULL); + /* nothing to focus, and already set it to none above */ } static void popup_cycle(Client *c, gboolean show)