[XMonad] Remove dead commented code

This commit is contained in:
Ivan Malison 2017-08-21 19:13:40 -07:00
parent f14d94c5f7
commit f714fdc031
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -694,12 +694,6 @@ getTarget = do
Target w -> return $ Just w
DontTarget -> return Nothing
NoTarget -> return Nothing
-- join $ withFocusedD Nothing $ \w -> do
-- vClass <- getClass w
-- return $
-- if vClass == "Chrome"
-- then Just w
-- else Nothing
maybeReplaceTarget :: Window -> X ()
maybeReplaceTarget window = do