From f05e7aa4b984c907eb7bf090b766ea4392724fbe Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sat, 27 Feb 2010 20:38:21 +0000 Subject: Remove unused static function vdlPlaybackCopyFrame(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30768 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/vidix.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vidix') diff --git a/vidix/vidix.c b/vidix/vidix.c index 8fe02e4836..ad0cfe13d2 100644 --- a/vidix/vidix.c +++ b/vidix/vidix.c @@ -153,11 +153,6 @@ int vdlPlaybackSetEq (VDXContext *ctx, const vidix_video_eq_t *e) return ctx->drv->set_eq ? ctx->drv->set_eq (e) : ENOSYS; } -static int vdlPlaybackCopyFrame(VDXContext *ctx, const vidix_dma_t *f) -{ - return ctx->drv->copy_frame ? ctx->drv->copy_frame (f) : ENOSYS; -} - int vdlGetGrKeys (VDXContext *ctx, vidix_grkey_t *k) { return ctx->drv->get_gkey ? ctx->drv->get_gkey (k) : ENOSYS; -- cgit v1.2.3