From a5ba798c16d0614d982a76755fdd72b37d437170 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 28 Jan 2013 19:56:55 -0800 Subject: dsputil: remove unused functions copy_block{2, 4, 8, 16}. --- libavcodec/dsputil_template.c | 48 ------------------------------------------- 1 file changed, 48 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/dsputil_template.c b/libavcodec/dsputil_template.c index 42f2b7b6c9..62edd90e8c 100644 --- a/libavcodec/dsputil_template.c +++ b/libavcodec/dsputil_template.c @@ -29,54 +29,6 @@ #include "bit_depth_template.c" -static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) -{ - int i; - for(i=0; i