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
@@ -25,13 +25,6 @@ misrepresented as being the original software.
local Video_mt = ...
local Video = Video_mt.__index
function Video:loadRemote()
local stream = self:getStream()
local remote = love.video.newRemote()
stream:setSync(remote)
return remote
end
function Video:setSource(source)
self:_setSource(source)
self:getStream():setSync(source)