Commit b0884ddd authored by Max Kellermann's avatar Max Kellermann

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.
parent 0eb4038d
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment