summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 80f15217..42241224 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -74,9 +74,7 @@ void focus_set_client(ObClient *client)
screen_install_colormap(focus_client, FALSE);
screen_install_colormap(client, TRUE);
- /* in the middle of cycling..? kill it. CurrentTime is fine, time won't
- be used.
- */
+ /* in the middle of cycling..? kill it. */
focus_cycle_stop();
focus_client = client;