Mercurial > mplayer.hg
changeset 24493:7dad6159053b
removed unused members from dvdnav_priv_t
author | nicodvb |
---|---|
date | Sat, 15 Sep 2007 09:57:00 +0000 |
parents | 240f9144b3f5 |
children | af78ee5ec795 |
files | stream/stream_dvdnav.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvdnav.h Sat Sep 15 09:13:24 2007 +0000 +++ b/stream/stream_dvdnav.h Sat Sep 15 09:57:00 2007 +0000 @@ -17,10 +17,6 @@ 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;