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 --- apps/plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 66d614ec58..151cb1d04d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -308,7 +308,6 @@ static const struct plugin_api rockbox_api = { mutex_init, mutex_lock, mutex_unlock, - align_buffer, #endif reset_poweroff_timer, -- cgit v1.2.3