summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2007-06-04 06:47:15 +0200
committerStefan O'Rear <stefanor@cox.net>2007-06-04 06:47:15 +0200
commit2e316bbf05b78c15cd7e624a1e9814b662ce4600 (patch)
tree9ef0881e02b64f47af1bc6e67ea31c8cce38e25a /Main.hs
parent4af6ab52d6d43e652f5b6bf2a53aabba58d690e1 (diff)
downloadmetatile-2e316bbf05b78c15cd7e624a1e9814b662ce4600.tar
metatile-2e316bbf05b78c15cd7e624a1e9814b662ce4600.zip
Remove no-longer-needed 'dimensions' state (-5 loc)
darcs-hash:20070604044715-e3110-7bd7ba2b78f80046e2148fb37aa0f5fe3eca08c6
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Main.hs b/Main.hs
index 38ac301..490da13 100644
--- a/Main.hs
+++ b/Main.hs
@@ -59,9 +59,7 @@ main = do
{ windowset = winset
, layouts = M.fromList [(w, safeLayouts) | w <- [0 .. W workspaces - 1]]
, statusGaps = take (length xinesc) $ defaultGaps ++ repeat (0,0,0,0)
- , xineScreens = xinesc
- , dimensions = (fromIntegral (displayWidth dpy dflt),
- fromIntegral (displayHeight dpy dflt)) }
+ , xineScreens = xinesc }
xSetErrorHandler -- in C, I'm too lazy to write the binding: dons