summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 14:00:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 14:00:32 +0000
commitb5ea65c04f7062e7f265f3b9b9327cf6ae81df60 (patch)
treefd685828b322104ad4878f3ba4416d986ef320d6 /TOOLS
parentd9c022848862697225f7698db802f1efa64d66db (diff)
downloadmpv-b5ea65c04f7062e7f265f3b9b9327cf6ae81df60.tar.bz2
mpv-b5ea65c04f7062e7f265f3b9b9327cf6ae81df60.tar.xz
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
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c6
1 files changed, 0 insertions, 6 deletions
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)
{