From 324ef8f690aaa9c2e2288160635ad26a10660901 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 27 Aug 2017 10:45:06 -0300 Subject: [PATCH] Remove an unused variable. --HG-- branch : minor --- src/modules/video/theora/VideoStream.cpp | 1 - 1 file changed, 1 deletion(-) 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) {