summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dummy.c')
-rw-r--r--stream/tvi_dummy.c8
1 files changed, 0 insertions, 8 deletions
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);