diff options
Diffstat (limited to '')
-rw-r--r-- | src/output/shout_plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/shout_plugin.h b/src/output/shout_plugin.h index d347ae630..5fbd6b5e8 100644 --- a/src/output/shout_plugin.h +++ b/src/output/shout_plugin.h @@ -21,7 +21,6 @@ #include "../output_api.h" #include "../conf.h" -#include "../timer.h" #include <shout/shout.h> #include <glib.h> @@ -72,8 +71,6 @@ struct shout_data { int timeout; - Timer *timer; - /* the configured audio format */ struct audio_format audio_format; |