summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-29 13:14:02 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-29 13:14:02 +0000
commitec8c4471efea42c46cda1dd59d9baf2a6a4c267e (patch)
treeb62323b3ea581532d1dfcfe092392e6b6a3d987a /stream
parent3737b00347ca2681c89d636328c520d7f6ae8629 (diff)
downloadmpv-ec8c4471efea42c46cda1dd59d9baf2a6a4c267e.tar.bz2
mpv-ec8c4471efea42c46cda1dd59d9baf2a6a4c267e.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvdnav.h6
1 files changed, 0 insertions, 6 deletions
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
@@ -5,12 +5,6 @@
#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;
uint32_t palette;