summaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-12-11 09:42:36 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-12-11 09:42:36 +0100
commit6b981e7c8d803355a026f4726d1caf90b9c55f96 (patch)
treefbd748daab49979f99f82e167ede3232038fb7f4 /XMonad
parentdabfa442f43f7276baf7a49d0e814d10b944705d (diff)
downloadmetatile-6b981e7c8d803355a026f4726d1caf90b9c55f96.tar
metatile-6b981e7c8d803355a026f4726d1caf90b9c55f96.zip
Remove stale comment
darcs-hash:20071211084236-a5988-c7014d9b4026d2a33d21be790ef8504f3df61773
Diffstat (limited to 'XMonad')
-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.