From 241cd043ca4f9dd560e6d947a9bf025f58de4ea9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:04 +0200 Subject: invoke the notify API directly Don't use wrappers like player_wakeup_decoder_nb(). These have been wrappers calling notify.c functions, for compatibility with the existing code when we migrated to notify.c. --- src/decode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/decode.h') diff --git a/src/decode.h b/src/decode.h index 2f60319a1..5c4d0e864 100644 --- a/src/decode.h +++ b/src/decode.h @@ -61,10 +61,6 @@ typedef struct _DecoderControl { void decode(void); -void decoder_wakeup_player(void); - -void decoder_sleep(void); - void decoderInit(void); /** -- cgit v1.2.3