From ec8c4471efea42c46cda1dd59d9baf2a6a4c267e Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 29 Jun 2008 13:14:02 +0000 Subject: removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27157 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stream') 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; -- cgit v1.2.3