diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-04-16 01:32:44 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-04-16 01:32:44 +0200 |
commit | e9e165340e3eb877807f4d76905c28d3fdb564a0 (patch) | |
tree | 6a7a0d8059c76117f76122f9654985a73ac2880d | |
parent | 96f12620b79eddcdd62ff6e11205908d022a3b00 (diff) | |
download | metatile-e9e165340e3eb877807f4d76905c28d3fdb564a0.tar metatile-e9e165340e3eb877807f4d76905c28d3fdb564a0.zip |
remove unused sizeDelta setting
darcs-hash:20070415233244-b9aa7-ff6853261d57f8feab2ccda3a148eb2a1bf9c8af
-rw-r--r-- | Config.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -99,10 +99,6 @@ modMask = mod1Mask defaultDelta :: Rational defaultDelta = 3%100 --- How much to change the size of a tiled window, by default. -sizeDelta :: Rational -sizeDelta = 3%100 - -- The mask for the numlock key. You may need to change this on some systems. numlockMask :: KeyMask numlockMask = lockMask |