Skip to content

Commit

Permalink
Drop unused import System.Environment (setEnv)
Browse files Browse the repository at this point in the history
Fixes: 3071920 ("Fix xmessage in non-UTF-8 locales")
  • Loading branch information
liskin committed Aug 30, 2021
1 parent 3071920 commit f89df98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XMonad/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import System.Posix.IO
import System.Posix.Types (ProcessID)
import System.Process
import System.Directory
import System.Environment (setEnv)
import System.Exit
import Graphics.X11.Xlib
import Graphics.X11.Xlib.Extras (getWindowAttributes, WindowAttributes, Event)
Expand Down

0 comments on commit f89df98

Please sign in to comment.