diff options
author | Max Kellermann <max@duempel.org> | 2009-02-09 16:35:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-09 16:37:12 +0100 |
commit | 044f2561ce6814f05375ea073e8ca39a5124bc5a (patch) | |
tree | 4daa3d3d28a8f42de80d04055052d15f18372c7f /src/output/shout_plugin.h | |
parent | cde4cb944ebcc5b4db46afa5458a5d0a728c4866 (diff) | |
download | mpd-044f2561ce6814f05375ea073e8ca39a5124bc5a.tar.gz mpd-044f2561ce6814f05375ea073e8ca39a5124bc5a.tar.xz mpd-044f2561ce6814f05375ea073e8ca39a5124bc5a.zip |
shout: removed shout_data.shout_error
That variable is set in handle_shout_error(), but is never read.
Diffstat (limited to '')
-rw-r--r-- | src/output/shout_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index 77ce1b723..86838abbb 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -61,7 +61,6 @@ struct shout_data { shout_t *shout_conn; shout_metadata_t *shout_meta; - int shout_error; const struct shout_encoder_plugin *encoder; void *encoder_data; |