summaryrefslogtreecommitdiff
path: root/apps/codec_thread.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-07-21 22:25:09 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-07-21 22:25:09 +0000
commit96f02a9aa933f928d6b8e1500607f9ddea29f9ae (patch)
tree6cb7b786ccdf60b9a07e1ca2a3c5684269d7a85b /apps/codec_thread.h
parent423d5a75777eb3e6047f8d7c4e14fc3a7c348271 (diff)
downloadrockbox-96f02a9aa933f928d6b8e1500607f9ddea29f9ae.tar.gz
rockbox-96f02a9aa933f928d6b8e1500607f9ddea29f9ae.zip
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
Diffstat (limited to 'apps/codec_thread.h')
-rw-r--r--apps/codec_thread.h1
1 files changed, 0 insertions, 1 deletions
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),
36void codec_init_codec_api(void); 36void codec_init_codec_api(void);
37void make_codec_thread(void); 37void make_codec_thread(void);
38void codec_thread_resume(void); 38void codec_thread_resume(void);
39bool is_codec_thread(void);
40#ifdef HAVE_PRIORITY_SCHEDULING 39#ifdef HAVE_PRIORITY_SCHEDULING
41int codec_thread_get_priority(void); 40int codec_thread_get_priority(void);
42int codec_thread_set_priority(int priority); 41int codec_thread_set_priority(int priority);