summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Operations.hs')
-rw-r--r--XMonad/Operations.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs
index cce197b..26a3998 100644
--- a/XMonad/Operations.hs
+++ b/XMonad/Operations.hs
@@ -163,7 +163,6 @@ windows f = do
whenJust (W.peek ws) $ \w -> io $ setWindowBorder d w fbc
setTopFocus
asks (logHook . config) >>= userCode
- -- io performGC -- really helps, but seems to trigger GC bugs?
-- hide every window that was potentially visible before, but is not
-- given a position by a layout now.