diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-09-28 14:02:55 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-09-28 14:02:55 +0200 |
commit | 3c90a7b44b6a71bd83ce4710e52e8f7c693d8b37 (patch) | |
tree | 2e2253c59f2634f8c5975b1a3fb9f59e03bf2bfb | |
parent | c6928b2a01baae8be7d1f44f52a8c1d92910d05c (diff) | |
download | xmobar-3c90a7b44b6a71bd83ce4710e52e8f7c693d8b37.tar.gz xmobar-3c90a7b44b6a71bd83ce4710e52e8f7c693d8b37.tar.bz2 |
Removed unused rate method
darcs-hash:20070928120255-d6583-bf1802546a757c7e208795c77be5250ce628e200.gz
-rw-r--r-- | Runnable.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Runnable.hs b/Runnable.hs index bc78198..f1bb16b 100644 --- a/Runnable.hs +++ b/Runnable.hs @@ -31,7 +31,6 @@ data Runnable = forall r . (Exec r, Read r, Show r) => Run r instance Exec Runnable where start (Run a) = start a - rate (Run a) = rate a alias (Run a) = alias a instance Show Runnable where |