From 0aca38b38e8facd14540874dc3d68f65dac2364f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 27 Jul 2003 12:47:23 +0000 Subject: - removed xine-engine/locale.c as it is unused, fix static functions in the engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23 --- src/xine-engine/audio_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/audio_decoder.c') diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c index 869b92c13..1946b3dd0 100644 --- a/src/xine-engine/audio_decoder.c +++ b/src/xine-engine/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.107 2003/06/22 17:10:41 mroi Exp $ + * $Id: audio_decoder.c,v 1.108 2003/07/27 12:47:23 hadess Exp $ * * * functions that implement audio decoding @@ -40,7 +40,7 @@ #define LOG */ -void *audio_decoder_loop (void *stream_gen) { +static void *audio_decoder_loop (void *stream_gen) { buf_element_t *buf; xine_stream_t *stream = (xine_stream_t *) stream_gen; -- cgit v1.2.3