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/plugins/lib/wrappers.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/lib/wrappers.h') diff --git a/apps/plugins/lib/wrappers.h b/apps/plugins/lib/wrappers.h index 2eb4ea025e..385cd5d613 100644 --- a/apps/plugins/lib/wrappers.h +++ b/apps/plugins/lib/wrappers.h @@ -36,9 +36,6 @@ #define cpu_boost rb->cpu_boost #endif #define yield rb->yield -#if CONFIG_CODEC == SWCODEC -#define align_buffer rb->align_buffer -#endif #endif -- cgit v1.2.3