mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Remove unneeded argument
This commit is contained in:
parent
1553d81ce7
commit
444986d993
@ -59,7 +59,7 @@ For detailed instructions on editing your key bindings, see
|
|||||||
-- corresponding action, or does nothing if the key is not found in
|
-- corresponding action, or does nothing if the key is not found in
|
||||||
-- the map.
|
-- the map.
|
||||||
submap :: M.Map (KeyMask, KeySym) (X ()) -> X ()
|
submap :: M.Map (KeyMask, KeySym) (X ()) -> X ()
|
||||||
submap keys = submapDefault (return ()) keys
|
submap = submapDefault (return ())
|
||||||
|
|
||||||
-- | Like 'submap', but executes a default action if the key did not match.
|
-- | Like 'submap', but executes a default action if the key did not match.
|
||||||
submapDefault :: X () -> M.Map (KeyMask, KeySym) (X ()) -> X ()
|
submapDefault :: X () -> M.Map (KeyMask, KeySym) (X ()) -> X ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user