comparison 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
comparison
equal deleted inserted replaced
989:84bef123b22e 990:238055a6cb8f
158 } 158 }
159 159
160 return item; 160 return item;
161 } 161 }
162 162
163 #if 0
163 static item_t *q_peek(void) 164 static item_t *q_peek(void)
164 { 165 {
165 if (q_nitems == 0) 166 if (q_nitems == 0)
166 return NULL; 167 return NULL;
167 return q_queue; 168 return q_queue;
168 } 169 }
170 #endif
169 171
170 static item_t *q_peekall(int rewind) 172 static item_t *q_peekall(int rewind)
171 { 173 {
172 static item_t *citem = NULL; 174 static item_t *citem = NULL;
173 item_t *temp_item; 175 item_t *temp_item;