Explorar el Código

Remove an unused variable.

--HG--
branch : minor
Alex Szpakowski hace 8 años
padre
commit
324ef8f690
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
 	{