# HG changeset patch # User nicodvb # Date 1189850220 0 # Node ID 7dad6159053b83dc7c00dfa85f900fd580dcdb24 # Parent 240f9144b3f509136e63b4d297154116f956eff4 removed unused members from dvdnav_priv_t diff -r 240f9144b3f5 -r 7dad6159053b stream/stream_dvdnav.h --- 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;