summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_fbsd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-15 21:29:25 +0200
committerwm4 <wm4@nowhere>2013-07-15 21:29:25 +0200
commit2599729e968b532c7241896920fc5b1df2babe62 (patch)
tree666bdcfd4712ab71d0e6bbf825286be07179863f /stream/vcd_read_fbsd.h
parent75dc7cbe0c3f8c2e4409f4939309598811d35155 (diff)
downloadmpv-2599729e968b532c7241896920fc5b1df2babe62.tar.bz2
mpv-2599729e968b532c7241896920fc5b1df2babe62.tar.xz
stream: remove unused vcd functions
Gets rid of warnings.
Diffstat (limited to 'stream/vcd_read_fbsd.h')
-rw-r--r--stream/vcd_read_fbsd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h
index 29dae1762a..c58aae1992 100644
--- a/stream/vcd_read_fbsd.h
+++ b/stream/vcd_read_fbsd.h
@@ -214,11 +214,6 @@ vcd_read_toc(int fd)
return vcd;
}
-static int vcd_end_track(mp_vcd_priv_t* vcd)
-{
- return vcd->tochdr.ending_track;
-}
-
static int
vcd_read(mp_vcd_priv_t* vcd, char *mem)
{