diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-11 03:05:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-11 03:05:00 +0000 |
commit | a92a2f806e3d38a91730d8ca8558282f23f6b651 (patch) | |
tree | c4c71363c6e73cd17557dd11bf4d9a491e553ec0 | |
parent | b59d18fb1184b3af67240c04dda9a99b9c91a114 (diff) |
emms-player-mpd: Remove obsolete option.
darcs-hash:20060411030539-1bfb2-7a0cb0680a654d0eda136fb70006c8ec47d257ed.gz
-rw-r--r-- | emms-player-mpd.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 35bbaf0..1ca35cc 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -156,12 +156,6 @@ It should take same arguments as `open-network-stream' does." :type '(choice number string) :group 'emms-player-mpd) -(defcustom emms-player-mpd-timeout 5 - "The maximum acceptable delay (in seconds) while waiting for a -response from the MusicPD server." - :type 'integer - :group 'emms-player-mpd) - (defcustom emms-player-mpd-check-interval 2 "How long to wait before checking to see whether MusicPD has moved on to the next song. This may be an integer or a floating |