summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
commit8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch)
tree92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /apps/playback.h
parent273fbadb5537743829f9830de5247626a11aedca (diff)
downloadrockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz
rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.zip
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 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 6e57c03fad..0571f5fe55 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -87,7 +87,6 @@ enum
87}; 87};
88bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ 88bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
89size_t audio_get_filebuflen(void); 89size_t audio_get_filebuflen(void);
90bool audio_buffer_state_trashed(void);
91 90
92/* Automatic transition? Only valid to call during the track change events, 91/* Automatic transition? Only valid to call during the track change events,
93 otherwise the result is undefined. */ 92 otherwise the result is undefined. */