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:
slotThe 2021-08-29 09:31:04 +02:00
parent 04eadeb5ed
commit d8f4f841a0

View File

@ -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