Love:Mike: Removed unused var

This commit is contained in:
Logen Kain 2017-08-10 10:44:43 -07:00
parent f388c58aa6
commit ea0bf0a56c

View File

@ -2,8 +2,6 @@ require "lib/keys"
require "lib/functions"
function love.load()
saveFile = "test.lua"
-- Create a table and grab the screen width/height
screen = {}
screen.width = love.graphics.getWidth()