# HG changeset patch # User nenolod # Date 1150350102 25200 # Node ID 8a2d526864c2f5d7f5c0179de8d7f4cd0de0b1df # Parent dc6f7048a9fa99e18662e343724b1bb721763b76 [svn] - remove metatag references diff -r dc6f7048a9fa -r 8a2d526864c2 ChangeLog --- a/ChangeLog Wed Jun 14 22:41:05 2006 -0700 +++ b/ChangeLog Wed Jun 14 22:41:42 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-15 05:41:05 +0000 William Pitcock + revision [1390] + - remove metatag entirely + + + Changes: Modified: + +1 -14 trunk/Plugins/General/scrobbler/Makefile.in + + 2006-06-15 05:39:13 +0000 William Pitcock revision [1388] - if a PlaylistEntry does not have a cached tuple, generate it on demand. diff -r dc6f7048a9fa -r 8a2d526864c2 Plugins/General/scrobbler/queue.c --- a/Plugins/General/scrobbler/queue.c Wed Jun 14 22:41:05 2006 -0700 +++ b/Plugins/General/scrobbler/queue.c Wed Jun 14 22:41:42 2006 -0700 @@ -2,7 +2,6 @@ #include #include #include -#include "tags/include/tags.h" #include "queue.h" #include "fmt.h" diff -r dc6f7048a9fa -r 8a2d526864c2 Plugins/General/scrobbler/scrobbler.c --- a/Plugins/General/scrobbler/scrobbler.c Wed Jun 14 22:41:05 2006 -0700 +++ b/Plugins/General/scrobbler/scrobbler.c Wed Jun 14 22:41:42 2006 -0700 @@ -7,7 +7,6 @@ #include #include "fmt.h" #include "md5.h" -#include "tags/include/tags.h" #include "queue.h" #include "scrobbler.h" #include "config.h" diff -r dc6f7048a9fa -r 8a2d526864c2 Plugins/General/scrobbler/xmms_scrobbler.c --- a/Plugins/General/scrobbler/xmms_scrobbler.c Wed Jun 14 22:41:05 2006 -0700 +++ b/Plugins/General/scrobbler/xmms_scrobbler.c Wed Jun 14 22:41:42 2006 -0700 @@ -20,12 +20,10 @@ #include #include -#include "tags/include/tags.h" #include "scrobbler.h" #include "gtkstuff.h" #include "config.h" #include "fmt.h" -#include "tags/include/unicode.h" #include "configure.h" #define XS_CS xmms_scrobbler.xmms_session