1
0
Fork 0
forked from len0rd/rockbox

Remove two unused macros.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27438 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-07-15 21:20:47 +00:00
parent 8acbad0208
commit e700e195d8

View file

@ -48,9 +48,6 @@
#include "arm.h"
#endif
#define FFMAX(a,b) ((a) > (b) ? (a) : (b))
#define FFMIN(a,b) ((a) > (b) ? (b) : (a))
static const int sample_rate_table[] ICONST_ATTR =
{ 0, 0, 0, 0,
8000, 16000, 22050, 24000, 32000, 44100, 48000, 96000,