aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ThreeColumnsMiddle.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/ThreeColumnsMiddle.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/XMonad/Layout/ThreeColumnsMiddle.hs b/XMonad/Layout/ThreeColumnsMiddle.hs
deleted file mode 100644
index e7f244c..0000000
--- a/XMonad/Layout/ThreeColumnsMiddle.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-module XMonad.Layout.ThreeColumnsMiddle {-# DEPRECATED "Import XMonad.Layout.ThreeColumns instead" #-}
- (module XMonad.Layout.ThreeColumns) where
-
-import XMonad.Layout.ThreeColumns (ThreeCol(ThreeColMid))