X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=cfc3485e25734121cec6e0fb919557165ca94c80;hb=838f76cd216aaadce186ab5dd4302845d89dd2f8;hp=df29b7b89cc720a39f7b4bfc6ae98cbfbe97f470;hpb=6e29605d41cab8fd7e8ad6f28d6132bbd521f106;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index df29b7b8..cfc3485e 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -33,10 +33,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);