diff options
Diffstat (limited to 'XMonad/Util/XUtils.hs')
-rw-r--r-- | XMonad/Util/XUtils.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/XMonad/Util/XUtils.hs b/XMonad/Util/XUtils.hs index acc4558..8ea3653 100644 --- a/XMonad/Util/XUtils.hs +++ b/XMonad/Util/XUtils.hs @@ -204,6 +204,3 @@ mkWindow d s rw x y w h p o = do createWindow d rw x y w h 0 (defaultDepthOfScreen s) inputOutput visual attrmask attributes --- | Short-hand for 'fromIntegral' -fi :: (Integral a, Num b) => a -> b -fi = fromIntegral |