Remove redundant variable declarations.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24165 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 12:04:52 +00:00
parent 6f75e1216c
commit 5c0d8ece5a
1 changed files with 0 additions and 4 deletions

View File

@ -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 */