forked from len0rd/rockbox
remove unused variable (fixes warning)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d991e7601
commit
7fe65c91fc
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ void pcm_init(void)
|
|||
|
||||
void pcm_play_dma_start(const void *addr, size_t size)
|
||||
{
|
||||
static short value;
|
||||
|
||||
/* sanity check: bad pointer or too small file */
|
||||
if (NULL == addr || size <= IIS_FIFO_SIZE) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue