From f4c8e9b393757513c89bc7a5761d96041cbe7d9f Mon Sep 17 00:00:00 2001 From: Robert Machmer Date: Sun, 13 Mar 2016 10:22:12 +0100 Subject: [PATCH] Remove unused variable --- input.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/input.lua b/input.lua index e5861bd..545ed2d 100644 --- a/input.lua +++ b/input.lua @@ -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()