aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-05-25 02:32:45 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-05-25 02:32:45 +0200
commit1c01040b3415e724e1ed4681a7508d89bbf283e8 (patch)
tree648efcc9c99c919ce393fcc4ddd8a02b362ebaa1
parent82e961482fa512ccc090357cf828f31de0d3b3f8 (diff)
downloadXMonadContrib-1c01040b3415e724e1ed4681a7508d89bbf283e8.tar.gz
XMonadContrib-1c01040b3415e724e1ed4681a7508d89bbf283e8.tar.xz
XMonadContrib-1c01040b3415e724e1ed4681a7508d89bbf283e8.zip
Remove L.ThreeColumnsMiddle compatiblity module
Ignore-this: daac5841cf203c0e0df865a6fb0db3a1 Signed off here too: http://www.haskell.org/pipermail/xmonad/2009-May/007883.html darcs-hash:20090525003245-1499c-268990d16efa1ff579fcd9f4658625ff471e9c89.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/ThreeColumnsMiddle.hs4
-rw-r--r--xmonad-contrib.cabal1
2 files changed, 0 insertions, 5 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))
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index a74ebf9..f961409 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -182,7 +182,6 @@ library
XMonad.Layout.Tabbed
XMonad.Layout.TabBarDecoration
XMonad.Layout.ThreeColumns
- XMonad.Layout.ThreeColumnsMiddle
XMonad.Layout.ToggleLayouts
XMonad.Layout.TwoPane
XMonad.Layout.WindowArranger