diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-11-21 18:48:45 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-11-21 18:48:45 +0000 |
| commit | 3c83cea151dfe29cbd5feacbdc1834e26ad073d4 (patch) | |
| tree | bfcc49cf51bb40bcfabbd2e0e7f2a9ac6e2585e4 /apps/codecs/libtremor | |
| parent | 6cff0e72de7bafa167388a32da811855b8b4b6d6 (diff) | |
| download | rockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.zip rockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.tar.gz rockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.tar.bz2 rockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.tar.xz | |
Remove unused define.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libtremor')
| -rw-r--r-- | apps/codecs/libtremor/asm_mcf5249.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/codecs/libtremor/asm_mcf5249.h b/apps/codecs/libtremor/asm_mcf5249.h index e4f76ea..b40a88a 100644 --- a/apps/codecs/libtremor/asm_mcf5249.h +++ b/apps/codecs/libtremor/asm_mcf5249.h @@ -23,9 +23,6 @@ #if defined(CPU_COLDFIRE) -/* attribute for 16-byte alignment */ -#define LINE_ATTR __attribute__ ((aligned (16))) - #ifndef _V_WIDE_MATH #define _V_WIDE_MATH @@ -265,6 +262,4 @@ static inline ogg_int32_t CLIP_TO_15(register ogg_int32_t x) { } #endif -#else -#define LINE_ATTR #endif |