From 499426caf953627696415515c4a95513d5dbc329 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 24 Jan 2009 22:57:57 +0000 Subject: remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19847 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/wav2wv.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/plugins/wav2wv.c') diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c index a1d4e630b8..a3bd0a9d59 100644 --- a/apps/plugins/wav2wv.c +++ b/apps/plugins/wav2wv.c @@ -29,14 +29,6 @@ PLUGIN_HEADER #define SAMPLES_PER_BLOCK 22050 -void *memset(void *s, int c, size_t n) { - return(rb->memset(s,c,n)); -} - -void *memcpy(void *dest, const void *src, size_t n) { - return(rb->memcpy(dest,src,n)); -} - static char *audiobuf; static ssize_t audiobuflen; -- cgit v1.2.3