summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 06:08:51 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 06:08:51 +0000
commitf619fb233ba8bf8f76ebb45c6a948519a894c807 (patch)
treebaaddb153e2ff728bb2d8c1cb2d2a596e64bcd52 /stream/tv.c
parentcc770a264150c464be4961ea931b936285ba621b (diff)
downloadmpv-f619fb233ba8bf8f76ebb45c6a948519a894c807.tar.bz2
mpv-f619fb233ba8bf8f76ebb45c6a948519a894c807.tar.xz
Fix compiler warnings.
Remove unused tv_param_on variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23505 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/tv.c b/stream/tv.c
index a3fbaeeb02..dcb96f1126 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -19,7 +19,6 @@
#include "config.h"
-int tv_param_on = 0;
#include "mp_msg.h"
#include "help_mp.h"
@@ -668,7 +667,6 @@ static void demux_close_tv(demuxer_t *demuxer)
tvi_handle_t *tv_begin(void)
{
int i;
- tvi_info_t* info;
tvi_handle_t* h;
if(!strcmp(tv_param_driver,"help")){
mp_msg(MSGT_TV,MSGL_INFO,MSGTR_TV_AvailableDrivers);