From 77a46782db2996c0bc662c0f6d191df7a39c2cce Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 18 Mar 2003 09:10:35 +0000 Subject: [PATCH] kill a comment --- openbox/focus.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openbox/focus.c b/openbox/focus.c index df29b7b8..78f9da90 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -34,10 +34,6 @@ void focus_set_client(Client *client) Window active; Client *old; - /* sometimes this is called with the already-focused window, this is - important for the python scripts to work (eg, c = 0 twice). don't just - return if _focused_client == c */ - /* uninstall the old colormap, and install the new one */ screen_install_colormap(focus_client, FALSE); screen_install_colormap(client, TRUE); -- 2.39.2