1
0
Fork 0
forked from len0rd/rockbox

More dead code...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-05-08 13:24:30 +00:00
parent ba4df32100
commit 642ac35940
2 changed files with 3 additions and 8 deletions

View file

@ -557,12 +557,9 @@ static void drain_dma_buffer(void)
);
}
#endif /* #if CONFIG_HWCODEC == MAS3587F */
void rec_tick (void) __attribute__ ((section (".icode")));
void rec_tick(void)
{
#if CONFIG_HWCODEC == MAS3587F
int i;
int num_bytes;
if(is_recording && (PBDR & 0x4000))
@ -667,8 +664,8 @@ void rec_tick(void)
}
}
}
#endif /* #if CONFIG_HWCODEC == MAS3587F */
}
#endif /* #if CONFIG_HWCODEC == MAS3587F */
void playback_tick(void)
{