diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-11 08:56:41 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-12-11 08:56:41 +0100 |
commit | bf34d87d69b01236e4aa012e3708d1b0204d40af (patch) | |
tree | c21f73a3237dc8cacf522b7c77d25b62b4b7cb85 /XMonad | |
parent | 1ba3225eb8c485b80a709859dbe525fb4960aea9 (diff) | |
download | metatile-bf34d87d69b01236e4aa012e3708d1b0204d40af.tar metatile-bf34d87d69b01236e4aa012e3708d1b0204d40af.zip |
Remove stale comment
darcs-hash:20071211075641-a5988-8aa586e3d208ed7d1064be62e7122c26da92b730
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Operations.hs | 2 |
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) |