# HG changeset patch # User diego # Date 1188043492 0 # Node ID adc3e81050e07129f143b51d44cb2afe7596bf81 # Parent f12dd4085c89bcb0739cce56bedb09664f8aea97 Remove redundant variable declarations. diff -r f12dd4085c89 -r adc3e81050e0 stream/stream_dvd.c --- 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 */