Merge pull request #31 from rm-code/patch-1

Remove unused variable
This commit is contained in:
vrld 2016-03-13 13:14:28 +01:00
commit 633c2a58cc

View file

@ -9,7 +9,6 @@ local function split(str, pos)
end
return function(core, input, ...)
local font = love.graphics.getFont()
local opt, x,y,w,h = core.getOptionsAndSize(...)
opt.id = opt.id or input
opt.font = opt.font or love.graphics.getFont()