From 44d9f62f34e0561d83ea32941f0ea1b529b1490d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 16 Aug 2008 09:28:15 -0700 Subject: core rewrite (decode,player,outputBuffer,playlist) This is a huge refactoring of the core mpd process. The queueing/buffering mechanism is heavily reworked. The player.c code has been merged into outputBuffer (the actual ring buffering logic is handled by ringbuf.c); and decode.c actually handles decoding stuff. The end result is several hundreds of lines shorter, even though we still have a lot of DEBUG statements left in there for tracing and a lot of assertions, too. --- src/main_notify.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/main_notify.h') diff --git a/src/main_notify.h b/src/main_notify.h index c7bba4440..db36042a7 100644 --- a/src/main_notify.h +++ b/src/main_notify.h @@ -25,10 +25,4 @@ void init_main_notify(void); void wakeup_main_task(void); -void wait_main_task(void); - -void main_notify_lock(void); - -void main_notify_unlock(void); - #endif /* MAIN_NOTIFY_H */ -- cgit v1.2.3