aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-source-file.el
diff options
context:
space:
mode:
authorYoni Rabkin <yonirabkin@member.fsf.org>2014-04-06 23:35:33 -0400
committerYoni Rabkin <yonirabkin@member.fsf.org>2014-04-06 23:35:33 -0400
commit6e650a9ad6d0091ffb448487563dc7e799a99af2 (patch)
treef25726d3301acd09bdfd118623821d08ec95ec67 /lisp/emms-source-file.el
parentfe5ba15cdac9ac124b5286f3c67b40b85b61eb90 (diff)
* lisp/emms-source-file.el: Remove lastfm url autoload.
Diffstat (limited to 'lisp/emms-source-file.el')
-rw-r--r--lisp/emms-source-file.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el
index 91cd466..23fd675 100644
--- a/lisp/emms-source-file.el
+++ b/lisp/emms-source-file.el
@@ -290,13 +290,6 @@ files) can play."
(interactive "sPlay streamlist URL: ")
(emms-playlist-insert-track (emms-track 'streamlist streamlist)))
-;;;###autoload (autoload 'emms-play-lastfm "emms-lastfm" nil t)
-;;;###autoload (autoload 'emms-add-lastfm "emms-lastfm" nil t)
-(define-emms-source lastfm (lastfm-url)
- "An EMMS source for Last.fm URLs, which begin with lastfm://."
- (interactive "sPlay Last.fm URL: ")
- (emms-playlist-insert-track (emms-track 'lastfm lastfm-url)))
-
(provide 'emms-source-file)
;;; emms-source-file.el ends here