changeset 24145:adc3e81050e0

Remove redundant variable declarations.
author diego
date Sat, 25 Aug 2007 12:04:52 +0000
parents f12dd4085c89
children beb3c0d1f435
files stream/stream_dvd.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sat Aug 25 12:02:16 2007 +0000
+++ b/stream/stream_dvd.c	Sat Aug 25 12:04:52 2007 +0000
@@ -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 */