mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
XMonad.Layout.Navigation2D: Remove deprecations
This commit is contained in:
parent
d8a23d47bf
commit
287b8bf95f
@ -46,7 +46,6 @@ module XMonad.Actions.Navigation2D ( -- * Usage
|
|||||||
, sideNavigation
|
, sideNavigation
|
||||||
, sideNavigationWithBias
|
, sideNavigationWithBias
|
||||||
, hybridOf
|
, hybridOf
|
||||||
, hybridNavigation
|
|
||||||
, fullScreenRect
|
, fullScreenRect
|
||||||
, singleWindowRect
|
, singleWindowRect
|
||||||
, switchLayer
|
, switchLayer
|
||||||
@ -359,10 +358,6 @@ hybridOf (N g1 s1) (N g2 s2) = N (max g1 g2) $ applyToBoth s1 s2
|
|||||||
where
|
where
|
||||||
applyToBoth f g a b c = f a b c <|> g a b c
|
applyToBoth f g a b c = f a b c <|> g a b c
|
||||||
|
|
||||||
{-# DEPRECATED hybridNavigation "Use hybridOf with lineNavigation and centerNavigation as arguments." #-}
|
|
||||||
hybridNavigation :: Navigation2D
|
|
||||||
hybridNavigation = hybridOf lineNavigation centerNavigation
|
|
||||||
|
|
||||||
-- | Stores the configuration of directional navigation. The 'Default' instance
|
-- | Stores the configuration of directional navigation. The 'Default' instance
|
||||||
-- uses line navigation for the tiled layer and for navigation between screens,
|
-- uses line navigation for the tiled layer and for navigation between screens,
|
||||||
-- and center navigation for the float layer. No custom navigation strategies
|
-- and center navigation for the float layer. No custom navigation strategies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user