summaryrefslogtreecommitdiffstats
path: root/stream/stream_bluray.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_bluray.c')
-rw-r--r--stream/stream_bluray.c4
1 files changed, 0 insertions, 4 deletions
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])