diff options
author | Nils Wallménius <nils@rockbox.org> | 2011-06-05 09:27:58 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2011-06-05 09:27:58 +0000 |
commit | 03c12a790649c199f415f86366fc02ccee0f9004 (patch) | |
tree | 8e39f3a7337d1cc5766fef62ad6720e217a46e5d /apps/codecs/libtremor | |
parent | b9747ca2067ca1672b49fd9a7ac49ed6cea03653 (diff) | |
download | rockbox-03c12a790649c199f415f86366fc02ccee0f9004.tar.gz rockbox-03c12a790649c199f415f86366fc02ccee0f9004.zip |
Delete old unused macro.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libtremor')
-rw-r--r-- | apps/codecs/libtremor/config-tremor.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index d6b2237960..7afb2c6ad0 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -19,14 +19,6 @@ #endif #endif -/* Workaround for gcc bug where all static functions are called with short - calls */ -#if !defined(ICODE_ATTR_TREMOR_NOT_MDCT) && (CONFIG_CPU==S5L8701) -#define STATICIRAM_NOT_MDCT STATICIRAM -#else -#define STATICIRAM_NOT_MDCT static -#endif - #ifndef ICODE_ATTR_TREMOR_NOT_MDCT #define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR #endif |