summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-12-05 12:42:20 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-12-05 12:42:42 -0500
commit6cd754c274ecb6a1807f33eb2b13c3ec2312a1b2 (patch)
tree4d321d18ef56171ed7f372765367d7df0cf64dfa
parent6c28e028509722c27078966a2c94ddb9d0090ca7 (diff)
input: joystick: Remove unnecessary module import.
-rw-r--r--sdl2/input/joystick.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdl2/input/joystick.scm b/sdl2/input/joystick.scm
index ecab8ec..454b215 100644
--- a/sdl2/input/joystick.scm
+++ b/sdl2/input/joystick.scm
@@ -25,7 +25,6 @@
(define-module (sdl2 input joystick)
#:use-module (ice-9 format)
- #:use-module (ice-9 match)
#:use-module (system foreign)
#:use-module ((sdl2 bindings) #:prefix ffi:)
#:use-module (sdl2)