summaryrefslogtreecommitdiffhomepage
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 93d0408..3e28d90 100644
--- a/main.lua
+++ b/main.lua
@@ -75,7 +75,6 @@ function love.draw()
end
end
-- Pass input to Controller
-function love.joystickadded(joystick) Controller.joystickadded(joystick) end
function love.gamepadaxis(joystick, axis, value) Controller.gamepadaxis(joystick, axis, value) end
function love.gamepadpressed(joystick, key) Controller.gamepadpressed(joystick, key) end
function love.gamepadreleased(joystick, key) Controller.gamepadreleased(joystick, key) end