[MPlayer-cvslog] r33092 - in trunk: gui/interface.c gui/win32/interface.c stream/open.c stream/stream.h
ib
subversion at mplayerhq.hu
Mon Mar 21 20:21:32 CET 2011
Author: ib
Date: Mon Mar 21 20:21:32 2011
New Revision: 33092
Log:
Remove unused variable vcd_track.
Modified:
trunk/gui/interface.c
trunk/gui/win32/interface.c
trunk/stream/open.c
trunk/stream/stream.h
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Mon Mar 21 13:46:03 2011 (r33091)
+++ trunk/gui/interface.c Mon Mar 21 20:21:32 2011 (r33092)
@@ -822,7 +822,6 @@ int guiGetEvent(int type, void *arg)
vobsub_id = -1;
stream_cache_size = -1;
autosync = 0;
- vcd_track = 0;
dvd_title = 0;
force_fps = 0;
}
Modified: trunk/gui/win32/interface.c
==============================================================================
--- trunk/gui/win32/interface.c Mon Mar 21 13:46:03 2011 (r33091)
+++ trunk/gui/win32/interface.c Mon Mar 21 20:21:32 2011 (r33092)
@@ -703,7 +703,6 @@ int guiGetEvent(int type, void *arg)
vobsub_id = -1;
stream_cache_size = -1;
autosync = 0;
- vcd_track = 0;
dvd_title = 0;
force_fps = 0;
if(!mygui->playlist->tracks) return 0;
Modified: trunk/stream/open.c
==============================================================================
--- trunk/stream/open.c Mon Mar 21 13:46:03 2011 (r33091)
+++ trunk/stream/open.c Mon Mar 21 20:21:32 2011 (r33092)
@@ -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;
Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h Mon Mar 21 13:46:03 2011 (r33091)
+++ trunk/stream/stream.h Mon Mar 21 20:21:32 2011 (r33092)
@@ -352,7 +352,6 @@ extern int dvd_title;
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;
More information about the MPlayer-cvslog
mailing list