summaryrefslogtreecommitdiffstats
path: root/apps/playback.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-04-27 04:00:48 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-04-27 04:00:48 +0000
commit82e97363f1f7b1f0e534849925b7145f28deed8b (patch)
treedc021a37ab2b1e9aa7b94c06f680971818194580 /apps/playback.h
parenta089b00ea00dd2dce017f5e16b9b62bae2d8c665 (diff)
downloadrockbox-82e97363f1f7b1f0e534849925b7145f28deed8b.tar.gz
rockbox-82e97363f1f7b1f0e534849925b7145f28deed8b.zip
Get rid of a committed #define from kernel.h that didn't make the final cut. Put voice_wait in voice_thread.h where it ought.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29787 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playback.h b/apps/playback.h
index 225946cfaf..ea8718089f 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -70,7 +70,6 @@ struct bufopen_bitmap_data {
#endif
/* Functions */
-void voice_wait(void);
bool audio_is_thread_ready(void);
int audio_track_count(void);
long audio_filebufused(void);