aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/Layout.hs')
-rw-r--r--XMonad/Prompt/Layout.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Prompt/Layout.hs b/XMonad/Prompt/Layout.hs
index beb3334..1e7fe61 100644
--- a/XMonad/Prompt/Layout.hs
+++ b/XMonad/Prompt/Layout.hs
@@ -18,7 +18,6 @@ module XMonad.Prompt.Layout (
layoutPrompt
) where
-import Control.Monad.State ( gets )
import Data.List ( sort, nub )
import XMonad hiding ( workspaces )
import XMonad.Operations ( sendMessage )