From 8a8f2c831f465c2a17a551132af0a0f6b4415b1e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 8 Jun 2003 23:25:21 +0000 Subject: [PATCH] remove an extra useless call to focus_set_client(NULL) --- openbox/focus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2