aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/DecorationMadness.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-02-10 11:43:04 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-02-10 11:43:04 +0100
commit273410553233b840e2223eaa924300599dce4255 (patch)
tree1f54d36ce3a2e2e527ced9f1ccba34e74e5effea /XMonad/Layout/DecorationMadness.hs
parent5b062a3334a278b120865e41180278dd5218c891 (diff)
downloadXMonadContrib-273410553233b840e2223eaa924300599dce4255.tar.gz
XMonadContrib-273410553233b840e2223eaa924300599dce4255.tar.xz
XMonadContrib-273410553233b840e2223eaa924300599dce4255.zip
Move DefaultDecoration from DecorationMadness to Decoration
darcs-hash:20080210104304-32816-9d239fd9c63a1c7d295ad376cefc2d7259446ce8.gz
Diffstat (limited to 'XMonad/Layout/DecorationMadness.hs')
-rw-r--r--XMonad/Layout/DecorationMadness.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/XMonad/Layout/DecorationMadness.hs b/XMonad/Layout/DecorationMadness.hs
index 4b939fd..ec347ef 100644
--- a/XMonad/Layout/DecorationMadness.hs
+++ b/XMonad/Layout/DecorationMadness.hs
@@ -125,10 +125,6 @@ import XMonad.Layout.WindowArranger
-- WindowNavigation and with some layout combinators. I hope to fix
-- this problem shortly!
--- The xmonad default decoration modifier!
-data DefaultDecoration a = DefaultDecoration deriving ( Read, Show )
-instance DecorationStyle DefaultDecoration a
-
-- There may be a regression in Tabbed, and no tab is displayed when
-- using it with other layouts. This is the reason for the following
-- instance (to be removed!)