summaryrefslogtreecommitdiff
path: root/apps/recorder/resize.h
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-08 02:49:23 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-08 02:49:23 +0000
commit07e982df8a0e3a72a357839ec0a6ff7d462bd173 (patch)
tree608c433f6576cbedf2114297870d9a13575d862e /apps/recorder/resize.h
parentc38815aa2983bbb8dae7ec9dbea055a3b8e38297 (diff)
downloadrockbox-07e982df8a0e3a72a357839ec0a6ff7d462bd173.tar.gz
rockbox-07e982df8a0e3a72a357839ec0a6ff7d462bd173.zip
cleanup for core-file-in-pluginlib compilation:
wrapper C files in pluginlib renamed to the same name as the core files they wrap pluginlib-only init functions for resize and bmp moved into the wrapper files, and declared in the associated header files API() macro removed entirely, in favor of a core-only header file that redefines core function names to use a plugin_api pointer some unnecessary uses of PLUGIN in apps/recorder/bmp.c removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19712 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/resize.h')
-rw-r--r--apps/recorder/resize.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/recorder/resize.h b/apps/recorder/resize.h
index 9b52a7aa65..f8328e3f3d 100644
--- a/apps/recorder/resize.h
+++ b/apps/recorder/resize.h
@@ -95,9 +95,4 @@ int resize_on_load(struct bitmap *bm, bool dither,
95 struct img_part* (*store_part)(void *args), 95 struct img_part* (*store_part)(void *args),
96 void *args); 96 void *args);
97 97
98#ifdef PLUGIN
99struct plugin_api;
100void resize_init(const struct plugin_api *api);
101#endif
102
103#endif /* _RESIZE_H_ */ 98#endif /* _RESIZE_H_ */