From f5c43889c38c5314dacbc327ef0d5cd6fab6fe6c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Feb 2009 16:35:59 +0100 Subject: shout: use libshout's synchronization Removed the manual timer synchronization from the shout plugin. libshout's shout_sync() function does it for us. --- src/output/shout_plugin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/output/shout_plugin.h') 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 #include @@ -72,8 +71,6 @@ struct shout_data { int timeout; - Timer *timer; - /* the configured audio format */ struct audio_format audio_format; -- cgit v1.2.3