Remove stale comment

This commit is contained in:
Spencer Janssen
2007-12-11 07:56:41 +00:00
parent f427c2b0e9
commit 56463b2391

View File

@@ -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)