aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-04-09 05:25:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-04-09 05:25:00 +0000
commit9e13d9a4b8408e8af40793b84328377c4442354d (patch)
tree6ca4534581a3b09ccb427d8f8ddefbd5b9c089c4
parent440e4491dd9b32fa589479029e2c51e396c6fcb4 (diff)
emms-playlist-mode: Remove obsolete function.
darcs-hash:20060409052556-1bfb2-050df934eda6f883117367049ac996161a221037.gz
-rw-r--r--emms-playlist-mode.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index f99c850..d47f17b 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -385,11 +385,6 @@ of the saved playlist inside."
(emms-playlist-select (point))
(switch-to-buffer (current-buffer)))))
-(defun emms-playlist-mode-save-active-buffer (filename)
- "Saves the active playlist buffer to a file."
- (interactive "FFile to save playlist buffer as: ")
- (emms-playlist-mode-save-buffer emms-playlist-buffer filename))
-
;;; --------------------------------------------------------
;;; Local functions
;;; --------------------------------------------------------