changeset 33005:d116366f3523

Remove unused variable vcd_track.
author ib
date Mon, 21 Mar 2011 19:21:32 +0000
parents b4cd105aa048
children 66d908462d76
files gui/interface.c gui/win32/interface.c stream/open.c stream/stream.h
diffstat 4 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Mon Mar 21 12:46:03 2011 +0000
+++ b/gui/interface.c	Mon Mar 21 19:21:32 2011 +0000
@@ -822,7 +822,6 @@
             vobsub_id = -1;
             stream_cache_size = -1;
             autosync  = 0;
-            vcd_track = 0;
             dvd_title = 0;
             force_fps = 0;
         }
--- a/gui/win32/interface.c	Mon Mar 21 12:46:03 2011 +0000
+++ b/gui/win32/interface.c	Mon Mar 21 19:21:32 2011 +0000
@@ -703,7 +703,6 @@
             vobsub_id = -1;
             stream_cache_size = -1;
             autosync = 0;
-            vcd_track = 0;
             dvd_title = 0;
             force_fps = 0;
             if(!mygui->playlist->tracks) return 0;
--- a/stream/open.c	Mon Mar 21 12:46:03 2011 +0000
+++ b/stream/open.c	Mon Mar 21 19:21:32 2011 +0000
@@ -38,7 +38,6 @@
 
 
 /// We keep these 2 for the gui atm, but they will be removed.
-int vcd_track=0;
 char* cdrom_device=NULL;
 int dvd_chapter=1;
 int dvd_last_chapter=0;
--- a/stream/stream.h	Mon Mar 21 12:46:03 2011 +0000
+++ b/stream/stream.h	Mon Mar 21 19:21:32 2011 +0000
@@ -352,7 +352,6 @@
 extern int dvd_chapter;
 extern int dvd_last_chapter;
 extern int dvd_angle;
-extern int vcd_track;
 
 extern char *bluray_device;
 extern char * audio_stream;