stream: remove now unused STREAM_CTRL_GET_START_TIME

demux_disc.c takes care of this now.
This commit is contained in:
wm4
2014-07-06 19:02:33 +02:00
parent de28876222
commit 1d55547adf
4 changed files with 0 additions and 19 deletions

View File

@@ -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])