From dca23525435d0c508799e8a005a4b32255169901 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 15 Sep 2007 09:57:00 +0000 Subject: removed unused members from dvdnav_priv_t git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24513 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream') diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h index 6bc94227fd..41c55b1e71 100644 --- a/stream/stream_dvdnav.h +++ b/stream/stream_dvdnav.h @@ -17,10 +17,6 @@ typedef struct { typedef struct { dvdnav_t * dvdnav; /* handle to libdvdnav stuff */ char * filename; /* path */ - int ignore_timers; /* should timers be skipped? */ - int sleeping; /* are we sleeping? */ - unsigned int sleep_until; /* timer */ - int started; /* Has mplayer initialization finished? */ unsigned int duration; /* in milliseconds */ int mousex, mousey; int title; -- cgit v1.2.3