diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h index a7e3c90bd6..0f0a93211e 100644 --- a/stream/stream_dvdnav.h +++ b/stream/stream_dvdnav.h @@ -4,12 +4,6 @@ #include #include "stream.h" -typedef struct { - int event; /* event number fromd dvdnav_events.h */ - void * details; /* event details */ - int len; /* bytes in details */ -} dvdnav_event_t; - typedef struct { uint16_t sx, sy; uint16_t ex, ey;