From 237fdbf037807ba816d227525106461b82c8a4df Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 11 Dec 2007 08:42:36 +0000 Subject: [PATCH] Remove stale comment --- XMonad/Operations.hs | 1 - 1 file changed, 1 deletion(-) 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.