diff --git a/src/modules/video/theora/VideoStream.cpp b/src/modules/video/theora/VideoStream.cpp index cbaf79625..390e34c27 100644 --- a/src/modules/video/theora/VideoStream.cpp +++ b/src/modules/video/theora/VideoStream.cpp @@ -271,7 +271,6 @@ void VideoStream::rewind() void VideoStream::seekDecoder(double target) { const double rewindThreshold = 0.01; - const double seekThreshold = 0.0001; if (target < rewindThreshold) {