diff options
author | Jochen Keil <jochen.keil@gmail.com> | 2012-08-09 09:43:49 +0200 |
---|---|---|
committer | Jochen Keil <jochen.keil@gmail.com> | 2012-08-09 10:47:09 +0200 |
commit | 58427c76c892334522dfb28ea2d2a858469fc65a (patch) | |
tree | 4ed2294e0a0d7254fbeee5bbd7c53e35f675cd8c /src/Window.hs | |
parent | cc77b5a7bc8309f694fd0aed4110b92f16316c0b (diff) | |
download | xmobar-58427c76c892334522dfb28ea2d2a858469fc65a.tar.gz xmobar-58427c76c892334522dfb28ea2d2a858469fc65a.tar.bz2 |
Cosmetic surgery
Realign methods, remove unnecessary imports and remove clutter
Diffstat (limited to 'src/Window.hs')
-rw-r--r-- | src/Window.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.hs b/src/Window.hs index e59c5ff..9024fff 100644 --- a/src/Window.hs +++ b/src/Window.hs @@ -5,7 +5,6 @@ import Graphics.X11.Xlib hiding (textExtents, textWidth) import Graphics.X11.Xlib.Extras import Graphics.X11.Xinerama -import Control.Monad.Reader import Data.Maybe(fromMaybe) import System.Posix.Process (getProcessID) |