shout: removed commented code
Remove unused code which is in comments. Remove that comment about "stolen code", since the plugin has changed much, and it isn't obvious which parts are derived.
This commit is contained in:
parent
0eb4038dcb
commit
b0884ddd81
|
@ -32,8 +32,6 @@
|
|||
|
||||
static int shout_init_count;
|
||||
|
||||
/* lots of this code blatantly stolent from bossogg/bossao2 */
|
||||
|
||||
struct shout_data {
|
||||
shout_t *shout_conn;
|
||||
int shout_error;
|
||||
|
@ -593,8 +591,6 @@ static void send_metadata(struct shout_data * sd)
|
|||
}
|
||||
}
|
||||
|
||||
/*if(sd->tag) freeMpdTag(sd->tag);
|
||||
sd->tag = NULL; */
|
||||
sd->tag_to_send = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue