diff options
author | jao <jao@gnu.org> | 2020-08-07 03:33:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 03:33:15 +0100 |
commit | 0e7c39d9ec6719a32eec0b696d7167faf6598757 (patch) | |
tree | ef731d961475e106ea12ad48bc39c6332e81c719 /src/Xmobar/X11/Window.hs | |
parent | f60a105dbd866cb1ac23fb3277ff42f896c7f056 (diff) | |
download | xmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.gz xmobar-0e7c39d9ec6719a32eec0b696d7167faf6598757.tar.bz2 |
Redundant imports (mostly <$>) removed
Diffstat (limited to 'src/Xmobar/X11/Window.hs')
-rw-r--r-- | src/Xmobar/X11/Window.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Xmobar/X11/Window.hs b/src/Xmobar/X11/Window.hs index b8f56c6..8c3c698 100644 --- a/src/Xmobar/X11/Window.hs +++ b/src/Xmobar/X11/Window.hs @@ -1,7 +1,7 @@ ----------------------------------------------------------------------------- -- | -- Module : Window --- Copyright : (c) 2011-18 Jose A. Ortega Ruiz +-- Copyright : (c) 2011-18, 20 Jose A. Ortega Ruiz -- : (c) 2012 Jochen Keil -- License : BSD-style (see LICENSE) -- @@ -16,7 +16,6 @@ module Xmobar.X11.Window where import Prelude -import Control.Applicative ((<$>)) import Control.Monad (when, unless) import Graphics.X11.Xlib hiding (textExtents) import Graphics.X11.Xlib.Extras |