From 96182aac12845d4445fa0248df5c9f480ea921f6 Mon Sep 17 00:00:00 2001
From: Andrea Rossato <andrea.rossato@unibz.it>
Date: Sat, 4 Aug 2007 20:32:52 +0200
Subject: XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead

darcs-hash:20070804183252-32816-6ef986de551cf0579b4e39cef52ec53cbc91cbf9.gz
---
 XPrompt.hs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/XPrompt.hs b/XPrompt.hs
index 1e44580..5d1a867 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-*-*-*-*-*-*-*"
-- 
cgit v1.2.3