diff src/scrobbler/scrobbler.c @ 990:238055a6cb8f trunk

[svn] - remove support for hatena music as hatena ceased their musical profile service.
author yaz
date Tue, 01 May 2007 07:03:49 -0700
parents c23705487009
children ff0487e9d00d
line wrap: on
line diff
--- a/src/scrobbler/scrobbler.c	Mon Apr 30 22:03:19 2007 -0700
+++ b/src/scrobbler/scrobbler.c	Tue May 01 07:03:49 2007 -0700
@@ -160,12 +160,14 @@
 	return item;
 }
 
+#if 0
 static item_t *q_peek(void)
 {
 	if (q_nitems == 0)
 		return NULL;
 	return q_queue;
 }
+#endif
 
 static item_t *q_peekall(int rewind)
 {