Browse Source

Remove an unused variable.

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
324ef8f690
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/video/theora/VideoStream.cpp

+ 0 - 1
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)
 	{