Remove L.ThreeColumnsMiddle compatiblity module

Signed off here too:
http://www.haskell.org/pipermail/xmonad/2009-May/007883.html
This commit is contained in:
Adam Vogt 2009-05-25 00:32:45 +00:00
parent 49bb2655ff
commit 3f3aff573a
2 changed files with 0 additions and 5 deletions

View File

@ -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))

View File

@ -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