aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:04 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:04 +0200
commit241cd043ca4f9dd560e6d947a9bf025f58de4ea9 (patch)
treed674656743e506ca5ae183638fdddc5f3c411dc8 /src/decode.h
parent87beded44f0798c80744fcaebb06cac9ce8bbf39 (diff)
downloadmpd-241cd043ca4f9dd560e6d947a9bf025f58de4ea9.tar.gz
mpd-241cd043ca4f9dd560e6d947a9bf025f58de4ea9.tar.xz
mpd-241cd043ca4f9dd560e6d947a9bf025f58de4ea9.zip
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.
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h4
1 files changed, 0 insertions, 4 deletions
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);
/**