From 2fbf09752d385af861279af195d68f920859202d Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Tue, 13 Jan 2009 13:48:26 +0000 Subject: remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api, and remove wrapper for it from plugin.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19758 a1c6a512-1295-4272-9138-f99709370657 --- docs/PLUGIN_API.new | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/PLUGIN_API.new') diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new index 1f24ac08bc..b4790e3ea6 100644 --- a/docs/PLUGIN_API.new +++ b/docs/PLUGIN_API.new @@ -39,15 +39,6 @@ bool action_userabort(int timeout) \return \description -size_t align_buffer(void **start, size_t size, size_t align) - \group kernel/ system - \conditions (CONFIG_CODEC == SWCODEC) - \param start - \param size - \param align - \return - \description - const char *appsversion \return version of the plugin API \description -- cgit v1.2.3