From a680b674071a54904157cd4573cc097fbed0ada3 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 16 Jul 2002 19:33:36 +0000 Subject: Fix unresolved symbols and replace duplicate code in video output plugins CVS patchset: 2295 CVS date: 2002/07/16 19:33:36 --- src/video_out/video_out_directfb.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/video_out/video_out_directfb.c') diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c index 56e9951b2..e12093e9e 100644 --- a/src/video_out/video_out_directfb.c +++ b/src/video_out/video_out_directfb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_directfb.c,v 1.10 2002/07/15 21:42:34 esnel Exp $ + * $Id: video_out_directfb.c,v 1.11 2002/07/16 19:33:37 esnel Exp $ * * DirectFB based output plugin. * Rich Wareham @@ -124,24 +124,6 @@ typedef struct directfb_driver_s { #define CONTEXT_RELOAD 3 -/* - * first, some utility functions - */ -static void *my_malloc_aligned (size_t alignment, size_t size, uint8_t **chunk) { - - uint8_t *pMem; - - pMem = xine_xmalloc (size+alignment); - - *chunk = pMem; - - while ((int) pMem % alignment) - pMem++; - - return pMem; -} - - /* * and now, the driver functions */ -- cgit v1.2.3