Remove unused variable

This commit is contained in:
Robert Machmer 2016-03-13 10:22:12 +01:00
parent f02976d969
commit f4c8e9b393

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()