mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-26 09:41:53 -07:00
Remove stale comment
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user