Remove unused variable "osd_level_saved"

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22254 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-02-18 00:41:09 +00:00
parent e09e41a0b0
commit 6f797ffeab
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ static int list_properties = 0;
#define MAX_TERM_OSD_LEVEL 1
int osd_level=1;
int osd_level_saved=-1;
// if nonzero, hide current OSD contents when GetTimerMS() reaches this
unsigned int osd_visible;
static int osd_function=OSD_PLAY;