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/keybox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/keybox.c') diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c index 5575a8b3a5..f50e6be19c 100644 --- a/apps/plugins/keybox.c +++ b/apps/plugins/keybox.c @@ -63,7 +63,6 @@ union hash uint32_t words[4]; }; -MEM_FUNCTION_WRAPPERS; static char buffer[sizeof(struct pw_entry)*MAX_ENTRIES]; static int bytes_read = 0; /* bytes read into the buffer */ static struct gui_synclist kb_list; -- cgit v1.2.3