From cf94008b27620f7bfa87ce0c986806c35f7911bb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Feb 2009 16:35:51 +0100 Subject: 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. --- src/output/shout_plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/output/shout_plugin.h') 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; -- cgit v1.2.3