diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2011-09-01 07:32:07 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2011-09-01 07:32:07 +0000 |
commit | 6d3a6f71d1f8bce9ab5e7b90ceab6a17271174b8 (patch) | |
tree | 3769e0c1036de254182761c48d25d9a079d36295 /apps/voice_thread.h | |
parent | 67f52495593ea66660bd3b63c1bb7bfbe7e5cef1 (diff) |
Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/voice_thread.h')
-rw-r--r-- | apps/voice_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h index 1529f7efe8..5f6547fb76 100644 --- a/apps/voice_thread.h +++ b/apps/voice_thread.h @@ -31,7 +31,6 @@ void voice_wait(void); void voice_stop(void); void voice_thread_init(void); -void voice_thread_resume(void); #ifdef HAVE_PRIORITY_SCHEDULING void voice_thread_set_priority(int priority); #endif |