aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-12 14:58:42 +0200
committerMax Kellermann <max@duempel.org>2008-09-12 14:58:42 +0200
commitb0884ddd81eb2bbac1134d03cf929a592494fc66 (patch)
tree64852a9af239d5ff1e1bfb9654b7a25859eeee93
parent0eb4038dcb55857729e86d0108e788dedf0b254c (diff)
downloadmpd-b0884ddd81eb2bbac1134d03cf929a592494fc66.tar.gz
mpd-b0884ddd81eb2bbac1134d03cf929a592494fc66.tar.xz
mpd-b0884ddd81eb2bbac1134d03cf929a592494fc66.zip
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.
-rw-r--r--src/audioOutputs/audioOutput_shout.c4
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;
}