Skip to content

Commit f945045

Browse files
committed
X.H.EwmhDesktops: kill a few warnings
1 parent 56abdf8 commit f945045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

XMonad/Hooks/EwmhDesktops.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import Data.List
3333
import Data.Maybe
3434
import Data.Monoid
3535
import qualified Data.Map.Strict as M
36-
import System.IO.Unsafe
3736

3837
import XMonad
3938
import Control.Monad
@@ -352,7 +351,6 @@ addSupported :: [String] -> X ()
352351
addSupported props = withDisplay $ \dpy -> do
353352
r <- asks theRoot
354353
a <- getAtom "_NET_SUPPORTED"
355-
fs <- getAtom "_NET_WM_STATE_FULLSCREEN"
356354
newSupportedList <- mapM (fmap fromIntegral . getAtom) props
357355
io $ do
358356
supportedList <- fmap (join . maybeToList) $ getWindowProperty32 dpy a r

0 commit comments

Comments
 (0)