aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/TwoPane.hs')
-rw-r--r--XMonad/Layout/TwoPane.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Layout/TwoPane.hs b/XMonad/Layout/TwoPane.hs
index e7ff399..24b3162 100644
--- a/XMonad/Layout/TwoPane.hs
+++ b/XMonad/Layout/TwoPane.hs
@@ -23,7 +23,6 @@ module XMonad.Layout.TwoPane (
) where
import XMonad hiding (focus)
-import XMonad.Layouts ( Resize(..), splitHorizontallyBy )
import XMonad.StackSet ( focus, up, down)
-- $usage