summaryrefslogtreecommitdiffstats
path: root/XMonad/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Operations.hs')
-rw-r--r--XMonad/Operations.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs
index 5e87f32..e84b30d 100644
--- a/XMonad/Operations.hs
+++ b/XMonad/Operations.hs
@@ -71,8 +71,6 @@ manage w = whenX (not <$> isClient w) $ withDisplay $ \d -> do
-- | unmanage. A window no longer exists, remove it from the window
-- list, on whatever workspace it is.
--
--- should also unmap?
---
unmanage :: Window -> X ()
unmanage w = do
windows (W.delete w)