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/rockpaint.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/rockpaint.c') diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c index 7423d75ebd..19d0860ee8 100644 --- a/apps/plugins/rockpaint.c +++ b/apps/plugins/rockpaint.c @@ -306,8 +306,6 @@ extern int errno; int errno; #endif -MEM_FUNCTION_WRAPPERS; - static int drawcolor=0; /* Current color (in palette) */ static int bgdrawcolor=9; /* Current background color (in palette) */ bool isbg = false; /* gruik ugly hack alert */ -- cgit v1.2.3