diff options
-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) |