summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-08 23:25:21 +0000
committerDana Jansens <danakj@orodu.net>2003-06-08 23:25:21 +0000
commit8a8f2c831f465c2a17a551132af0a0f6b4415b1e (patch)
tree26d8ff8d414945752218eea69c30ac06d0587d4c
parent7cbac3c4d5ea86e673d7b51f74eeaba91b8bd72b (diff)
remove an extra useless call to focus_set_client(NULL)
-rw-r--r--openbox/focus.c3
1 files changed, 1 insertions, 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)