From f313243ca1a718b990f0a83923d05d32d6591f3c Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 25 Nov 2006 12:37:47 +0000 Subject: removed unused members and variables git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21215 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index 72f823c5f6..039dd1940d 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -45,14 +45,6 @@ static struct m_struct_st stream_opts = { stream_opts_fields }; -int dvd_nav_skip_opening=0; /* skip opening stalls? */ -int osd_show_dvd_nav_delay=0; /* count down for dvd nav text on OSD */ -char dvd_nav_text[50]; /* for reporting stuff to OSD */ -int osd_show_dvd_nav_highlight; /* show highlight area */ -int osd_show_dvd_nav_sx; /* start x .... */ -int osd_show_dvd_nav_ex; -int osd_show_dvd_nav_sy; -int osd_show_dvd_nav_ey; int dvd_nav_still=0; /* are we on a still picture? */ dvdnav_highlight_event_t dvd_nav_hl; int dvd_nav_hl_on = 0; -- cgit v1.2.3