summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-21 18:48:45 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-21 18:48:45 +0000
commit3c83cea151dfe29cbd5feacbdc1834e26ad073d4 (patch)
treebfcc49cf51bb40bcfabbd2e0e7f2a9ac6e2585e4
parent6cff0e72de7bafa167388a32da811855b8b4b6d6 (diff)
downloadrockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.tar.gz
rockbox-3c83cea151dfe29cbd5feacbdc1834e26ad073d4.zip
Remove unused define.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28633 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/lib/asm_mcf5249.h6
-rw-r--r--apps/codecs/libtremor/asm_mcf5249.h5
2 files changed, 0 insertions, 11 deletions
diff --git a/apps/codecs/lib/asm_mcf5249.h b/apps/codecs/lib/asm_mcf5249.h
index f103e78769..12b69c9e51 100644
--- a/apps/codecs/lib/asm_mcf5249.h
+++ b/apps/codecs/lib/asm_mcf5249.h
@@ -21,9 +21,6 @@
21 21
22#if defined(CPU_COLDFIRE) 22#if defined(CPU_COLDFIRE)
23 23
24/* attribute for 16-byte alignment */
25#define LINE_ATTR __attribute__ ((aligned (16)))
26
27#ifndef _V_WIDE_MATH 24#ifndef _V_WIDE_MATH
28#define _V_WIDE_MATH 25#define _V_WIDE_MATH
29 26
@@ -338,7 +335,4 @@ static inline int32_t CLIP_TO_15(register int32_t x) {
338 335
339#endif 336#endif
340*/ 337*/
341#else
342#define LINE_ATTR
343#endif 338#endif
344
diff --git a/apps/codecs/libtremor/asm_mcf5249.h b/apps/codecs/libtremor/asm_mcf5249.h
index e4f76ea411..b40a88a37f 100644
--- a/apps/codecs/libtremor/asm_mcf5249.h
+++ b/apps/codecs/libtremor/asm_mcf5249.h
@@ -23,9 +23,6 @@
23 23
24#if defined(CPU_COLDFIRE) 24#if defined(CPU_COLDFIRE)
25 25
26/* attribute for 16-byte alignment */
27#define LINE_ATTR __attribute__ ((aligned (16)))
28
29#ifndef _V_WIDE_MATH 26#ifndef _V_WIDE_MATH
30#define _V_WIDE_MATH 27#define _V_WIDE_MATH
31 28
@@ -265,6 +262,4 @@ static inline ogg_int32_t CLIP_TO_15(register ogg_int32_t x) {
265} 262}
266 263
267#endif 264#endif
268#else
269#define LINE_ATTR
270#endif 265#endif