diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-05 23:33:00 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-05 23:33:00 +0200 |
commit | 61445f16252380d4f6b66f2c5680d36e62bbfd0f (patch) | |
tree | 7537ca14b1263e8b28322df80429708393ab135e /include | |
parent | 9fda18a9d5ae65ae1f86580cbfa41fa61ec2d747 (diff) | |
download | xine-lib-61445f16252380d4f6b66f2c5680d36e62bbfd0f.tar.gz xine-lib-61445f16252380d4f6b66f2c5680d36e62bbfd0f.tar.bz2 |
Make xine_probe_fast_memcpy internal.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/xineutils.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 */ |