From 61445f16252380d4f6b66f2c5680d36e62bbfd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 5 May 2008 23:33:00 +0200 Subject: Make xine_probe_fast_memcpy internal. --- include/xine/xineutils.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/xine') diff --git a/include/xine/xineutils.h b/include/xine/xineutils.h index 438954557..a94835f5a 100644 --- a/include/xine/xineutils.h +++ b/include/xine/xineutils.h @@ -587,12 +587,6 @@ typedef union { extern void *(* xine_fast_memcpy)(void *to, const void *from, size_t len) XINE_PROTECTED; -#ifdef HAVE_XINE_INTERNAL_H -/* Benchmark available memcpy methods */ -void xine_probe_fast_memcpy(xine_t *xine) XINE_PROTECTED; -#endif - - /* * Debug stuff */ -- cgit v1.2.3