diff options
author | Devin Mullins <me@twifkak.com> | 2007-10-12 17:48:59 +0200 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2007-10-12 17:48:59 +0200 |
commit | 8f0f934c1ea7ecd18c57e204bcd0f53ed8478db2 (patch) | |
tree | dfde60f8f111f5d0663d0e9035b0f7ba0f1d2b7c | |
parent | 1254dd41509a031008799cb6850181705eae320b (diff) | |
download | XMonadContrib-8f0f934c1ea7ecd18c57e204bcd0f53ed8478db2.tar.gz XMonadContrib-8f0f934c1ea7ecd18c57e204bcd0f53ed8478db2.tar.xz XMonadContrib-8f0f934c1ea7ecd18c57e204bcd0f53ed8478db2.zip |
remove old TODOs (fix darcs conflict)
darcs-hash:20071012154859-78224-51f469de9d542b50f7c17f15f74ecb3f7f76e1ee.gz
-rw-r--r-- | SwapWorkspaces.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SwapWorkspaces.hs b/SwapWorkspaces.hs index 277ae6a..dfcff81 100644 --- a/SwapWorkspaces.hs +++ b/SwapWorkspaces.hs @@ -11,10 +11,6 @@ -- Lets you swap workspace tags, so you can keep related ones next to -- each other, without having to move individual windows. -- --- TODO: add quickcheck props for: --- * double swap invariant (guarantees no 'loss' of workspaces) --- * non-swapped ws's invariant --- ----------------------------------------------------------------------------- module XMonadContrib.SwapWorkspaces ( |