aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/CustomKeys.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-12-08 00:51:16 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-12-08 00:51:16 +0100
commit4db554f471293564a62ececb6f15acdb815b154c (patch)
tree1909764f9ae682522e14dc0ac762f5b33c0112be /XMonad/Util/CustomKeys.hs
parent97202db8aa15a061baf3712dfc40caa93bd0ca3b (diff)
downloadXMonadContrib-4db554f471293564a62ececb6f15acdb815b154c.tar.gz
XMonadContrib-4db554f471293564a62ececb6f15acdb815b154c.tar.xz
XMonadContrib-4db554f471293564a62ececb6f15acdb815b154c.zip
Prune more imports
darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
Diffstat (limited to 'XMonad/Util/CustomKeys.hs')
-rw-r--r--XMonad/Util/CustomKeys.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/XMonad/Util/CustomKeys.hs b/XMonad/Util/CustomKeys.hs
index 9d58f39..998f9bc 100644
--- a/XMonad/Util/CustomKeys.hs
+++ b/XMonad/Util/CustomKeys.hs
@@ -20,7 +20,6 @@ module XMonad.Util.CustomKeys (
import XMonad
import Control.Monad.Reader
-import Graphics.X11.Xlib
import qualified Data.Map as M
@@ -51,7 +50,6 @@ import qualified Data.Map as M
-- entirely. No need to import "CustomKeys" this time:
--
-- > import XMonad
--- > import Graphics.X11.Xlib
-- > import System.Exit
-- > import qualified Data.Map as M
-- >