From b0884ddd81eb2bbac1134d03cf929a592494fc66 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 12 Sep 2008 14:58:42 +0200 Subject: 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. --- src/audioOutputs/audioOutput_shout.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/audioOutputs/audioOutput_shout.c') 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; } -- cgit v1.2.3