diff options
author | yoni-r <yoni-r> | 2006-06-11 18:54:00 +0000 |
---|---|---|
committer | yoni-r <mwolson@gnu.org> | 2006-06-11 18:54:00 +0000 |
commit | 57ce5391b5d471a4ada74b322b0904a0809a0639 (patch) | |
tree | 857ee91cf5bba57c8ab35f36490d988c84b9e95a | |
parent | 82c841900412d8d8bfc6cb87fa6cf831ab8bc19f (diff) |
removed superfluous comment (actually testing darcs send)
darcs-hash:20060611185407-7e588-4b79a6030aa9519b6ae7b3b79c3747fb2031f4ec.gz
-rw-r--r-- | emms-playlist-mode.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 8f13e41..4d34f44 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -440,9 +440,6 @@ WINDOW-WIDTH is `emms-playlist-mode-window-width'." 'emms-playlist-mode-insert-track) (setq emms-playlist-update-track-function 'emms-playlist-mode-update-track-function) - ;; Not used yet - ;; (setq emms-playlist-delete-track-function - ;; ...) (add-hook 'emms-playlist-selection-changed-hook 'emms-playlist-mode-overlay-selected) |