changeset 1239:8a2d526864c2 trunk

[svn] - remove metatag references
author nenolod
date Wed, 14 Jun 2006 22:41:42 -0700
parents dc6f7048a9fa
children 9c299205e7e7
files ChangeLog Plugins/General/scrobbler/queue.c Plugins/General/scrobbler/scrobbler.c Plugins/General/scrobbler/xmms_scrobbler.c
diffstat 4 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  revision [1390]
+  - remove metatag entirely
+  
+
+  Changes:        Modified:
+  +1 -14          trunk/Plugins/General/scrobbler/Makefile.in  
+
+
 2006-06-15 05:39:13 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1388]
   - if a PlaylistEntry does not have a cached tuple, generate it on demand.
--- 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 <stdlib.h>
 #include <string.h>
 #include <curl/curl.h>
-#include "tags/include/tags.h"
 #include "queue.h"
 #include "fmt.h"
 
--- 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 <stdio.h>
 #include "fmt.h"
 #include "md5.h"
-#include "tags/include/tags.h"
 #include "queue.h"
 #include "scrobbler.h"
 #include "config.h"
--- 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 <wchar.h>
 #include <sys/time.h>
 
-#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