diff options
author | Trent Buck <trentbuck@gmail.com> | 2005-12-04 18:13:00 +0000 |
---|---|---|
committer | Trent Buck <trentbuck@gmail.com> | 2005-12-04 18:13:00 +0000 |
commit | 0a72e5435bc9d4fbacc330d334b5cf967908f2d0 (patch) | |
tree | 0e7332d3e386a6b96fcc42993e99c10e69a69199 | |
parent | 3da0c9985e451937653b89ffa5c74d2f7dfa2b03 (diff) |
emms-info-libtag.el: remove unused variables.
darcs-hash:20051204181347-8f417-cc6b45daa751bbd6189ff6f8c880979a8b5495ad.gz
-rw-r--r-- | emms-info-libtag.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emms-info-libtag.el b/emms-info-libtag.el index 04cf3b3..de02489 100644 --- a/emms-info-libtag.el +++ b/emms-info-libtag.el @@ -42,8 +42,6 @@ ;;; Code: -(require 'emms-info) - (defvar emms-info-libtag-coding-system 'utf-8) (defvar emms-info-libtag-program-name "emms-print-metadata") |