diff --git a/XPrompt.hs b/XPrompt.hs index 1e445801..5d1a8672 100644 --- a/XPrompt.hs +++ b/XPrompt.hs @@ -17,7 +17,6 @@ module XMonadContrib.XPrompt ( -- * Usage -- $usage mkXPrompt - , defaultPromptConfig , defaultXPConfig , mkComplFunFromList , XPType (..) @@ -100,9 +99,6 @@ data XPPosition = Top | Bottom deriving (Show,Read) -defaultPromptConfig :: XPConfig -defaultPromptConfig = defaultXPConfig - defaultXPConfig :: XPConfig defaultXPConfig = XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"