From 2599729e968b532c7241896920fc5b1df2babe62 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 21:29:25 +0200 Subject: stream: remove unused vcd functions Gets rid of warnings. --- stream/vcd_read_darwin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'stream/vcd_read_darwin.h') diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h index 87087e3107..2d8510617c 100644 --- a/stream/vcd_read_darwin.h +++ b/stream/vcd_read_darwin.h @@ -208,11 +208,6 @@ static mp_vcd_priv_t* vcd_read_toc(int fd) return vcd; } -static int vcd_end_track(mp_vcd_priv_t* vcd) -{ - return vcd->hdr.lastTrackNumberInLastSessionLSB; -} - static int vcd_read(mp_vcd_priv_t* vcd,char *mem) { if (pread(vcd->fd,&vcd->buf,VCD_SECTOR_SIZE,vcd_get_msf(vcd)*VCD_SECTOR_SIZE) != VCD_SECTOR_SIZE) -- cgit v1.2.3