From 6cd754c274ecb6a1807f33eb2b13c3ec2312a1b2 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 5 Dec 2020 12:42:20 -0500 Subject: input: joystick: Remove unnecessary module import. --- sdl2/input/joystick.scm | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3