summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/stream/tvi_def.h b/stream/tvi_def.h
index 0a5b76e69f..7a77dd3a50 100644
--- a/stream/tvi_def.h
+++ b/stream/tvi_def.h
@@ -6,9 +6,6 @@ static int uninit(priv_t *priv);
static int control(priv_t *priv, int cmd, void *arg);
static int start(priv_t *priv);
static double grab_video_frame(priv_t *priv, char *buffer, int len);
-#ifdef HAVE_TV_BSDBT848
-static double grabimmediate_video_frame(priv_t *priv, char *buffer, int len);
-#endif
static int get_video_framesize(priv_t *priv);
static double grab_audio_frame(priv_t *priv, char *buffer, int len);
static int get_audio_framesize(priv_t *priv);
@@ -20,9 +17,6 @@ static tvi_functions_t functions =
control,
start,
grab_video_frame,
-#ifdef HAVE_TV_BSDBT848
- grabimmediate_video_frame,
-#endif
get_video_framesize,
grab_audio_frame,
get_audio_framesize