1
0
Fork 0
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:
Marcoen Hirschberg 2007-06-17 15:08:37 +00:00
parent 8e02e451e7
commit 0255489b7e

View file

@ -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