Removed an extraneous comment that had been accidentally left in place.

This commit is contained in:
L.S. Leary
2016-08-27 03:49:52 +12:00
parent a7d5696e5a
commit 76565e42c4

View File

@@ -674,7 +674,7 @@ doScreenNavigation conf dir act cur wsrects
-- these lists for all visible workspaces.)
doLineNavigation :: Eq a => Direction2D -> Rect a -> [Rect a] -> Maybe a
doLineNavigation dir (cur, rect) winrects
| null winrects' = Nothing -- doCenterNavigation dir (cur, rect) winrects
| null winrects' = Nothing
| otherwise = Just . fst $ L.foldl1' closer winrects'
where
-- The current window's center