aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-lastfm-client.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-lastfm-client.el')
-rw-r--r--lisp/emms-lastfm-client.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/emms-lastfm-client.el b/lisp/emms-lastfm-client.el
index ee9b5ee..2a8e0fa 100644
--- a/lisp/emms-lastfm-client.el
+++ b/lisp/emms-lastfm-client.el
@@ -34,8 +34,6 @@
(require 'emms)
(require 'emms-source-file)
(require 'xml)
-(require 'w3m)
-(require 'emms-lastfm-scrobbler)
(defcustom emms-lastfm-client-username nil
"Valid Last.fm account username."
@@ -980,8 +978,7 @@ This function includes the cryptographic signature."
(insert (format "Listeners: %s\n" stats-listeners))
(insert (format "Plays: %s\n\n" stats-playcount))
(let ((p (point)))
- (insert (format "<p>%s</p>" bio-complete))
- (w3m-region p (point))))
+ (insert (format "<p>%s</p>" bio-complete))))
(setq buffer-read-only t)
(text-mode)
(goto-char (point-min)))