Remove things deprecated by Data.Default

This commit is contained in:
slotThe
2020-11-16 10:01:30 +01:00
parent cd1c1d1d69
commit 5140f5b5d0
20 changed files with 18 additions and 68 deletions

View File

@@ -17,7 +17,6 @@ module XMonad.Actions.ShowText
( -- * Usage
-- $usage
def
, defaultSTConfig
, handleTimerEvent
, flashText
, ShowTextConfig(..)
@@ -80,10 +79,6 @@ instance Default ShowTextConfig where
, st_fg = "white"
}
{-# DEPRECATED defaultSTConfig "Use def (from Data.Default, and re-exported by XMonad.Actions.ShowText) instead." #-}
defaultSTConfig :: ShowTextConfig
defaultSTConfig = def
-- | Handles timer events that notify when a window should be removed
handleTimerEvent :: Event -> X All
handleTimerEvent (ClientMessageEvent _ _ _ dis _ mtyp d) = do