From b5ea65c04f7062e7f265f3b9b9327cf6ae81df60 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Apr 2008 14:00:32 +0000 Subject: Remove unused fast_memcpy() function and link against the object that contains fast_memcpy() instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26610 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subrip.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c index 65d607fc4e..2c783394a5 100644 --- a/TOOLS/subrip.c +++ b/TOOLS/subrip.c @@ -187,12 +187,6 @@ draw_alpha(int x0, int y0, int w, int h, unsigned char *src, unsigned char *srca unlink(tmpfname); } -static void -fast_memcpy(void *a, void *b, int s) -{ //FIXME - memcpy(a, b, s); -} - int main(int argc, char **argv) { -- cgit v1.2.3