summaryrefslogtreecommitdiff
path: root/apps/plugins/test_greylib_bitmap_scale.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/test_greylib_bitmap_scale.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/test_greylib_bitmap_scale.c')
-rw-r--r--apps/plugins/test_greylib_bitmap_scale.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_greylib_bitmap_scale.c b/apps/plugins/test_greylib_bitmap_scale.c
index 2117c6f7d4..27bbbbb242 100644
--- a/apps/plugins/test_greylib_bitmap_scale.c
+++ b/apps/plugins/test_greylib_bitmap_scale.c
@@ -35,8 +35,6 @@ GREY_INFO_STRUCT
35static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT + 35static unsigned char grey_bm_buf[LCD_WIDTH * LCD_HEIGHT +
36 BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)]; 36 BM_SCALED_SIZE(LCD_WIDTH,0,FORMAT_NATIVE,0)];
37 37
38MEM_FUNCTION_WRAPPERS
39
40/* this is the plugin entry point */ 38/* this is the plugin entry point */
41enum plugin_status plugin_start(const void* parameter) 39enum plugin_status plugin_start(const void* parameter)
42{ 40{