diff stream/tv.c @ 23485:f6b20f40a854

Fix compiler warnings. Remove unused tv_param_on variable.
author voroshil
date Fri, 08 Jun 2007 06:08:51 +0000
parents e7b4c913dc31
children a6c619ee9d30
line wrap: on
line diff
--- a/stream/tv.c	Fri Jun 08 02:57:45 2007 +0000
+++ b/stream/tv.c	Fri Jun 08 06:08:51 2007 +0000
@@ -19,7 +19,6 @@
 
 #include "config.h"
 
-int tv_param_on = 0;
 
 #include "mp_msg.h"
 #include "help_mp.h"
@@ -668,7 +667,6 @@
 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);