mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
Remove unneeded argument
This commit is contained in:
@@ -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
|
||||
-- the map.
|
||||
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.
|
||||
submapDefault :: X () -> M.Map (KeyMask, KeySym) (X ()) -> X ()
|
||||
|
Reference in New Issue
Block a user