Parcourir la source

Remove an unused variable.

--HG--
branch : minor
Alex Szpakowski il y a 8 ans
Parent
commit
324ef8f690
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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)
 	{