From e9c29074889b381ab31f9dfb135fe65d57a281cc Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 14 Jul 2010 21:37:07 +0200 Subject: [PATCH] Don't manually unban all windows on exit The last commit made sure the X server does this for us instead. No need to do that work twice. Signed-off-by: Uli Schlachter --- awesome.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/awesome.c b/awesome.c index 2d513292..6baa023d 100644 --- a/awesome.c +++ b/awesome.c @@ -76,10 +76,6 @@ awesome_atexit(void) screen_nbr++) systray_cleanup(screen_nbr); - /* remap all clients since some WM won't handle them otherwise */ - foreach(c, globalconf.clients) - client_unban(*c); - /* Close Lua */ lua_close(globalconf.L);