summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/mdct_tables.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-08-05 06:02:26 +0000
committerMohamed Tarek <mt@rockbox.org>2010-08-05 06:02:26 +0000
commit12ecbf82fc682adc8250b36ac7bad66385f256ad (patch)
tree9d1af41cd5e48d03bdad863085c7497d1c3523a7 /apps/codecs/libwmapro/mdct_tables.h
parent054a85fdca651844f969f44755b8531ab2e962d7 (diff)
downloadrockbox-12ecbf82fc682adc8250b36ac7bad66385f256ad.tar.gz
rockbox-12ecbf82fc682adc8250b36ac7bad66385f256ad.zip
Drop the the mdct files from libwmapro since they are no longer needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27705 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwmapro/mdct_tables.h')
-rw-r--r--apps/codecs/libwmapro/mdct_tables.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/codecs/libwmapro/mdct_tables.h b/apps/codecs/libwmapro/mdct_tables.h
deleted file mode 100644
index 5e54868b01..0000000000
--- a/apps/codecs/libwmapro/mdct_tables.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef _MDCT_TABLES_H_
2#define _MDCT_TABLES_H_
3#include <inttypes.h>
4
5extern const int32_t *sine_windows[6];
6/* rockbox: not used
7extern const int32_t sincos_lookup_wmap[8064];
8*/
9#endif /* _MDCT_TABLES_H_ */
10