1
0
Fork 0
forked from len0rd/rockbox

Forgot that too...hrmph.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-03-05 08:34:30 +00:00
parent e06faa0480
commit 3d4d5175b0

View file

@ -236,9 +236,8 @@ size_t pcm_get_bytes_waiting(void)
#endif /* CONFIG_CPU == */ #endif /* CONFIG_CPU == */
/* dummy functions for those not actually supporting all this yet */ /* dummy functions for those not actually supporting all this yet */
void pcm_apply_settings(bool reset) void pcm_apply_settings(void)
{ {
(void)reset;
} }
/** **/ /** **/