summaryrefslogtreecommitdiffstats
path: root/demux/demux_disc.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-17 21:53:44 +0200
committerwm4 <wm4@nowhere>2014-07-17 21:53:44 +0200
commit9faa131959f4dd5749207f14f78a8a2d2a6c4fa8 (patch)
treee534b97d02f969b01be791981c66540a821888e2 /demux/demux_disc.c
parent11944e0b8336d0a4d03a27b5e91f57b568559449 (diff)
downloadmpv-9faa131959f4dd5749207f14f78a8a2d2a6c4fa8.tar.bz2
mpv-9faa131959f4dd5749207f14f78a8a2d2a6c4fa8.tar.xz
demux: drop some unused definitions
Diffstat (limited to 'demux/demux_disc.c')
-rw-r--r--demux/demux_disc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/demux_disc.c b/demux/demux_disc.c
index dcb0762cb5..02d52f9c6e 100644
--- a/demux/demux_disc.c
+++ b/demux/demux_disc.c
@@ -352,5 +352,4 @@ const demuxer_desc_t demuxer_desc_disc = {
.close = d_close,
.seek = d_seek,
.control = d_control,
- .type = DEMUXER_TYPE_DISC,
};