mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-29 11:11:52 -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 (cadb178819
)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user