summaryrefslogtreecommitdiffstats
path: root/Main.hs-boot
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 08:53:08 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 08:53:08 +0100
commita68a77e8dc2be1c4fce82984a3a3903c2348611f (patch)
tree355ca7aeda8cab427fb71aeb750a4926900cd652 /Main.hs-boot
parent747407344e1a302f63e3a32a49dadb010c5bd523 (diff)
downloadmetatile-a68a77e8dc2be1c4fce82984a3a3903c2348611f.tar
metatile-a68a77e8dc2be1c4fce82984a3a3903c2348611f.zip
Remove manageHook from Main.hs-boot
darcs-hash:20071101075308-a5988-26cbe1f6f89a90f2e81b34f76c7e56030e5c2c11
Diffstat (limited to 'Main.hs-boot')
-rw-r--r--Main.hs-boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs-boot b/Main.hs-boot
index 47821a9..ce39bce 100644
--- a/Main.hs-boot
+++ b/Main.hs-boot
@@ -2,4 +2,3 @@ module Main where
import Graphics.X11.Xlib (KeyMask,Window)
import XMonad
numlockMask :: KeyMask
-manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet)