summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Operations.hs b/Operations.hs
index ed062c3..4c8c3e3 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -22,7 +22,7 @@ import Data.List (genericIndex, intersectBy)
import Data.Bits ((.|.))
import qualified Data.Map as M
-import System.Mem (performGC)
+-- import System.Mem (performGC)
import Control.Monad.State
import Control.Monad.Reader
import Control.Arrow
@@ -140,7 +140,7 @@ refresh = do
setTopFocus
clearEnterEvents
- io performGC -- really helps
+-- io performGC -- really helps
-- | clearEnterEvents. Remove all window entry events from the event queue.
clearEnterEvents :: X ()