diff options
author | Michael Olson <mwolson@gnu.org> | 2006-08-06 02:26:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-08-06 02:26:00 +0000 |
commit | 936e11ed52318d04470867b33d1128632f439354 (patch) | |
tree | fffaa507d8a8c71c0190c2263d7b90a4f4983754 | |
parent | f10a13c62289f54556edfa642e4e266f12e22396 (diff) |
emms-playing-time: Don't require emms-info-mp3info, since none of its functions are used directly.
darcs-hash:20060806022659-1bfb2-85b04367707b2a25c93ed9d1f6b7b38c434c5fcb.gz
-rw-r--r-- | emms-playing-time.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emms-playing-time.el b/emms-playing-time.el index 3176dcf..591ae3e 100644 --- a/emms-playing-time.el +++ b/emms-playing-time.el @@ -39,7 +39,6 @@ (eval-when-compile (require 'cl)) (require 'emms-info) -(require 'emms-info-mp3info) (require 'emms-player-simple) ;;; Customizations |