From 8ee842dde2528c690b32518b07b84c0b3fe4a771 Mon Sep 17 00:00:00 2001 From: voroshil Date: Thu, 24 May 2007 09:58:57 +0000 Subject: remove unnecessary stubs which were not ever used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23380 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_dummy.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'stream/tvi_dummy.c') diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c index e3a922fade..cf37cd6871 100644 --- a/stream/tvi_dummy.c +++ b/stream/tvi_dummy.c @@ -90,14 +90,6 @@ static int control(priv_t *priv, int cmd, void *arg) return(TVI_CONTROL_UNKNOWN); } -#ifdef HAVE_TV_BSDBT848 -static double grabimmediate_video_frame(priv_t *priv, char *buffer, int len) -{ - memset(buffer, 0xCC, len); - return(1); -} -#endif - static double grab_video_frame(priv_t *priv, char *buffer, int len) { memset(buffer, 0x42, len); -- cgit v1.2.3