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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index f2b741e941..cabfbecab8 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -763,9 +763,6 @@ static int bluray_stream_open(stream_t *s, int mode)
if (!ti)
continue;
- const int sec = ti->duration / 90000;
- const int msec = (ti->duration - sec) % 1000;
-
/* try to guess which title may contain the main movie */
if (ti->duration > max_duration) {
max_duration = ti->duration;