From dff8c6450b8e3bd4dbc19fcce52faa8c5950b662 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:44:12 +0200 Subject: renamed decode.c to decoder_thread.c It should be obvious in which thread or context a function is being executed at runtime. The code which was left in decode.c is for the decoder thread itself; give the file a better name. --- src/decode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index a1ed04157..0b1fe389f 100644 --- a/src/decode.h +++ b/src/decode.h @@ -55,8 +55,6 @@ struct decoder_control { extern struct decoder_control dc; -void decoderInit(void); - static inline int decoder_is_idle(void) { return dc.state == DECODE_STATE_STOP && -- cgit v1.2.3