Skip to content

Commit

Permalink
Resolve warnings in input.lisp
Browse files Browse the repository at this point in the history
Don't declare used variables as ignored
  • Loading branch information
sdilts committed Oct 28, 2023
1 parent 7f878c0 commit 31a8749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lisp/input.lisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(in-package #:mahogany)

(defun execute-command (function key-sequence seat)
(declare (ignore key-sequence seat))
(funcall function key-sequence seat))

(defun check-and-run-keybinding (key seat)
Expand Down

0 comments on commit 31a8749

Please sign in to comment.