mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Remove an unused variable.
--HG-- branch : minor
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user