From 6f247d241dcb98c00b742b8b589a6fbf8b0eff39 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 11 Dec 2007 08:56:41 +0100 Subject: Remove stale comment darcs-hash:20071211075641-a5988-8aa586e3d208ed7d1064be62e7122c26da92b730.gz --- XMonad/Operations.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'XMonad') 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) -- cgit v1.2.3