summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-24 09:58:57 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-24 09:58:57 +0000
commit8ee842dde2528c690b32518b07b84c0b3fe4a771 (patch)
treea61e01e3b3fb7f9369123ed853c98edc5ead14e1 /stream/tv.h
parent85b37d1ccf8b8d16f71df594d07ed23f96263097 (diff)
downloadmpv-8ee842dde2528c690b32518b07b84c0b3fe4a771.tar.bz2
mpv-8ee842dde2528c690b32518b07b84c0b3fe4a771.tar.xz
remove unnecessary stubs which were not ever used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23380 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 59deda41eb..6511f3aa84 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -66,9 +66,6 @@ typedef struct tvi_functions_s
int (*control)();
int (*start)();
double (*grab_video_frame)();
-#ifdef HAVE_TV_BSDBT848
- double (*grabimmediate_video_frame)();
-#endif
int (*get_video_framesize)();
double (*grab_audio_frame)();
int (*get_audio_framesize)();