Remove an unused variable.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-08-27 10:45:06 -03:00
parent 0b68c92570
commit 324ef8f690
-1
View File
@@ -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)
{