summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index 86f0680..62780a4 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -381,7 +381,6 @@ instance Message IncMasterN
data Full a = Full deriving ( Show, Read )
instance Layout Full a where
doLayout Full sc (W.Stack f _ _) = return ([(f, sc)], Nothing)
- modifyLayout Full _ = return Nothing -- no changes
--
-- The tiling mode of xmonad, and its operations.
--