Remove duplicate extern declaration

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-08-18 10:23:40 +00:00
parent b58421074d
commit 5f377edbfb
1 changed files with 0 additions and 5 deletions

View File

@ -52,17 +52,12 @@ static uint32_t image_bytes;
static uint32_t image_format;
//vo
extern int vo_rootwin;
extern int vo_ontop;
extern int vo_fs;
static int isFullscreen;
static int isOntop;
static int isRootwin;
extern float monitor_aspect;
extern int vo_keepaspect;
extern float movie_aspect;
static float old_movie_aspect;
extern float vo_panscan;
static float winAlpha = 1;
static int int_pause = 0;