From 1d55547adf37f94be3bec973b59067c474e9d439 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Jul 2014 19:02:33 +0200 Subject: stream: remove now unused STREAM_CTRL_GET_START_TIME demux_disc.c takes care of this now. --- stream/stream_bluray.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream/stream_bluray.c') diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c index ee6d4b9664..686541b551 100644 --- a/stream/stream_bluray.c +++ b/stream/stream_bluray.c @@ -580,10 +580,6 @@ static int bluray_stream_control(stream_t *s, int cmd, void *arg) } return STREAM_ERROR; } - case STREAM_CTRL_GET_START_TIME: { - *((double *)arg) = 0; - return STREAM_OK; - } case STREAM_CTRL_GET_DISC_NAME: { const struct meta_dl *meta = bd_get_meta(b->bd); if (!meta || !meta->di_name || !meta->di_name[0]) -- cgit v1.2.3