diff options
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; |