summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 22:57:57 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 22:57:57 +0000
commit499426caf953627696415515c4a95513d5dbc329 (patch)
tree01924fa67b9bf133a7c986274ced07d7e66c978d /apps/plugins/mazezam.c
parent2490262eee17c3dcff0a39fb4011662dfdfc4478 (diff)
downloadrockbox-499426caf953627696415515c4a95513d5dbc329.tar.gz
rockbox-499426caf953627696415515c4a95513d5dbc329.zip
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
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index 6b9ad43cc7..2e79567740 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -32,8 +32,6 @@ PLUGIN_HEADER
32const struct button_mapping *plugin_contexts[] 32const struct button_mapping *plugin_contexts[]
33= {generic_directions, generic_actions}; 33= {generic_directions, generic_actions};
34 34
35MEM_FUNCTION_WRAPPERS;
36
37/* Use the standard plugin buttons rather than a hard-to-maintain list of 35/* Use the standard plugin buttons rather than a hard-to-maintain list of
38 * MazezaM specific buttons. */ 36 * MazezaM specific buttons. */
39#define MAZEZAM_UP PLA_UP 37#define MAZEZAM_UP PLA_UP