diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2009-02-12 05:30:12 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2009-02-12 05:30:12 +0000 |
| commit | a0516b70602fc190298e0674454513718ea8e60d (patch) | |
| tree | 498bcd4145d197471dcf6cb145688bf55f813f9a /apps/plugins | |
| parent | e6bac4c6f4b56fcc045b777ee1f086029c40ffa3 (diff) | |
| download | rockbox-a0516b70602fc190298e0674454513718ea8e60d.zip rockbox-a0516b70602fc190298e0674454513718ea8e60d.tar.gz rockbox-a0516b70602fc190298e0674454513718ea8e60d.tar.bz2 rockbox-a0516b70602fc190298e0674454513718ea8e60d.tar.xz | |
Make test_codec.c compilable again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19984 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 3260360..b99e57b 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -34,8 +34,6 @@ PLUGIN_HEADER #define TESTCODEC_EXITBUTTON BUTTON_SELECT #endif -CACHE_FUNCTION_WRAPPERS - /* Log functions copied from test_disk.c */ static int line = 0; static int max_line = 0; |