diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-15 09:57:00 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-15 09:57:00 +0000 |
commit | dca23525435d0c508799e8a005a4b32255169901 (patch) | |
tree | d2c308c2c710d61ac1c7c591c9766114a54265d5 /stream | |
parent | 25f19895b5916aac640663730ee3f7613e627d1d (diff) |
removed unused members from dvdnav_priv_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24513 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/stream_dvdnav.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; |