aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/shout_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-09 16:35:51 +0100
committerMax Kellermann <max@duempel.org>2009-02-09 16:37:16 +0100
commitcf94008b27620f7bfa87ce0c986806c35f7911bb (patch)
tree094cb73b713e06362162fd5a7847297d1a274c9a /src/output/shout_plugin.h
parent044f2561ce6814f05375ea073e8ca39a5124bc5a (diff)
downloadmpd-cf94008b27620f7bfa87ce0c986806c35f7911bb.tar.gz
mpd-cf94008b27620f7bfa87ce0c986806c35f7911bb.tar.xz
mpd-cf94008b27620f7bfa87ce0c986806c35f7911bb.zip
shout: removed shout_data.tag_to_send
When shout_data.tag!=NULL, there is a "tag to send". The tag_to_send flag is redundant.
Diffstat (limited to '')
-rw-r--r--src/output/shout_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h
index 86838abbb..7439283eb 100644
--- a/src/output/shout_plugin.h
+++ b/src/output/shout_plugin.h
@@ -71,7 +71,6 @@ struct shout_data {
bool opened;
struct tag *tag;
- int tag_to_send;
int timeout;
int conn_attempts;