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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 3058792766..61e63151fb 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -92,7 +92,6 @@ static int bluray_stream_seek(stream_t *s, int64_t pos)
if (p == -1)
return 0;
- s->pos = p;
return 1;
}