From ca7d8681fb36a49fef261ac2bd4216c721f1a5d8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 May 2014 13:13:19 +0200 Subject: stream_bluray: remove unused variables They were used for printing slave mode stuff, which was recently removed. --- stream/stream_bluray.c | 3 --- 1 file changed, 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; -- cgit v1.2.3