diff stream/tvi_dummy.c @ 23362:452595810016

remove unnecessary stubs which were not ever used.
author voroshil
date Thu, 24 May 2007 09:58:57 +0000
parents 6cabac4d35b5
children d65439444b75
line wrap: on
line diff
--- a/stream/tvi_dummy.c	Wed May 23 18:35:24 2007 +0000
+++ b/stream/tvi_dummy.c	Thu May 24 09:58:57 2007 +0000
@@ -90,14 +90,6 @@
     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);