forked from len0rd/rockbox
remove dead code and unmatched #endif
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e02e451e7
commit
0255489b7e
1 changed files with 0 additions and 5 deletions
|
|
@ -267,10 +267,6 @@ void pcm_mute(bool mute)
|
|||
#define PEAK_SAMPLES (44100/50)
|
||||
void pcm_calculate_peaks(int *left, int *right)
|
||||
{
|
||||
#if (CONFIG_CPU == S3C2440)
|
||||
(void)left;
|
||||
(void)right;
|
||||
#else
|
||||
short *addr;
|
||||
short *end;
|
||||
{
|
||||
|
|
@ -331,7 +327,6 @@ void pcm_calculate_peaks(int *left, int *right)
|
|||
#endif
|
||||
}
|
||||
#endif
|
||||
#endif /* CPU_COLDFIRE */
|
||||
|
||||
/****************************************************************************
|
||||
* Functions that do not require targeted implementation but only a targeted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue