diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/audioOutputs/audioOutput_shout.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c index bf7b82e3b..ec33f8f94 100644 --- a/src/audioOutputs/audioOutput_shout.c +++ b/src/audioOutputs/audioOutput_shout.c @@ -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; } |