From 96f02a9aa933f928d6b8e1500607f9ddea29f9ae Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 21 Jul 2011 22:25:09 +0000 Subject: is_codec_thread() is not needed anymore since PCM buffer calls other than volume level are no longer made by the voice thread. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30189 a1c6a512-1295-4272-9138-f99709370657 --- apps/codec_thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codec_thread.h') diff --git a/apps/codec_thread.h b/apps/codec_thread.h index acd7e556e2..14551dcf48 100644 --- a/apps/codec_thread.h +++ b/apps/codec_thread.h @@ -36,7 +36,6 @@ void codec_thread_do_callback(void (*fn)(void), void codec_init_codec_api(void); void make_codec_thread(void); void codec_thread_resume(void); -bool is_codec_thread(void); #ifdef HAVE_PRIORITY_SCHEDULING int codec_thread_get_priority(void); int codec_thread_set_priority(int priority); -- cgit v1.2.3