diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-05 12:42:20 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-05 12:42:42 -0500 |
commit | 6cd754c274ecb6a1807f33eb2b13c3ec2312a1b2 (patch) | |
tree | 4d321d18ef56171ed7f372765367d7df0cf64dfa /sdl2/input | |
parent | 6c28e028509722c27078966a2c94ddb9d0090ca7 (diff) |
input: joystick: Remove unnecessary module import.
Diffstat (limited to 'sdl2/input')
-rw-r--r-- | sdl2/input/joystick.scm | 1 |
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) |