Removed more dead video remote code.

This commit is contained in:
Alex Szpakowski
2015-12-13 21:54:55 -04:00
parent 9573b415a3
commit 493d5d6911
2 changed files with 1 additions and 8 deletions
@@ -366,7 +366,7 @@ function love.graphics.newVideo(file, loadaudio)
elseif loadaudio == true then
error("Video had no audio track", 2)
else
video:getStream():setSync(love.video.newRemote())
video:getStream():setSync()
end
return video