aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r--wheelwork.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp
index 555366b..5807f30 100644
--- a/wheelwork.lisp
+++ b/wheelwork.lisp
@@ -422,8 +422,6 @@ TARGET is FOCUSABLEP"
"EVENT-TYPE must be one of the slot value names for WHEELWORK::LISTENER."
(?> (unit) listener #$(slot-value $listener event-type)))
-
-
(defun eventloop-keydown (app sdl-keysym)
(let ((target (get-focus app)))
(when-let (handler (get-handler-for target 'keydown))