mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
X.L.Spacing: Remove link to backwards compatibility section
This has been removed already, so remove the link and move the undeprecated functions out of there. Related: https://github.com/xmonad/xmonad-contrib/pull/597 (cadb178819fa70b7fc83c69399c11030491de8b9)
This commit is contained in:
parent
04eadeb5ed
commit
d8f4f841a0
@ -34,14 +34,13 @@ module XMonad.Layout.Spacing
|
|||||||
, decWindowSpacing, decScreenSpacing
|
, decWindowSpacing, decScreenSpacing
|
||||||
, incScreenWindowSpacing, decScreenWindowSpacing
|
, incScreenWindowSpacing, decScreenWindowSpacing
|
||||||
, borderMap, borderIncrementBy
|
, borderMap, borderIncrementBy
|
||||||
-- * Backwards Compatibility
|
|
||||||
-- $backwardsCompatibility
|
|
||||||
, SpacingWithEdge
|
|
||||||
, SmartSpacing, SmartSpacingWithEdge
|
|
||||||
, ModifySpacing (..)
|
|
||||||
, spacing, spacingWithEdge
|
, spacing, spacingWithEdge
|
||||||
, smartSpacing, smartSpacingWithEdge
|
, smartSpacing, smartSpacingWithEdge
|
||||||
, setSpacing, incSpacing
|
, setSpacing, incSpacing
|
||||||
|
-- * Backwards Compatibility
|
||||||
|
, SpacingWithEdge
|
||||||
|
, SmartSpacing, SmartSpacingWithEdge
|
||||||
|
, ModifySpacing (..)
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import XMonad
|
import XMonad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user