remove debug code and unsused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11861 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a6c2dcb17
commit
c0c97e5d3d
1 changed files with 0 additions and 5 deletions
|
@ -109,11 +109,6 @@ void pcm_init(void)
|
|||
|
||||
void pcm_play_dma_start(const void *addr, size_t size)
|
||||
{
|
||||
//FIXME
|
||||
//return;
|
||||
|
||||
int i;
|
||||
|
||||
/* sanity check: bad pointer or too small file */
|
||||
if ((NULL == addr) || (size & ~1) <= IIS_FIFO_SIZE) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue