mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed more dead video remote code.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user