[MPlayer-cvslog] r24165 - trunk/stream/stream_dvd.c

diego subversion at mplayerhq.hu
Sat Aug 25 14:04:52 CEST 2007


Author: diego
Date: Sat Aug 25 14:04:52 2007
New Revision: 24165

Log:
Remove redundant variable declarations.


Modified:
   trunk/stream/stream_dvd.c

Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c	(original)
+++ trunk/stream/stream_dvd.c	Sat Aug 25 14:04:52 2007
@@ -38,10 +38,6 @@
 #include "libmpdemux/demuxer.h"
 
 extern int stream_cache_size;
-/// We keep these 2 for the gui atm, but they will be removed.
-extern int dvd_title;
-extern int dvd_chapter;
-extern int dvd_last_chapter;
 extern char* dvd_device;
 int dvd_angle=1;
 int dvd_speed=0; /* 0 => don't touch speed */



More information about the MPlayer-cvslog mailing list