summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chickadee.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/chickadee.scm b/chickadee.scm
index fe41f59..3066f26 100644
--- a/chickadee.scm
+++ b/chickadee.scm
@@ -241,12 +241,6 @@ not being pushed at all."
(load)
(sdl2:load-game-controller-mappings!
(scope-datadir "gamecontrollerdb.txt"))
- ;; Notify about all controllers that were already connected
- ;; when the game was launched because SDL will not create
- ;; events for them.
- (hash-for-each (lambda (key controller)
- (controller-add controller))
- *controllers*)
(run-game* #:update update-sdl
#:render render-sdl-opengl
#:error error