small comment changes

This commit is contained in:
Mitchell Hashimoto
2024-09-24 20:53:32 -07:00
parent 1b31663865
commit 6d6052d204
2 changed files with 2 additions and 5 deletions

View File

@@ -208,9 +208,6 @@ pub const App = struct {
target: KeyTarget,
event: KeyEvent,
) !bool {
// NOTE: If this is updated, take a look at Surface.keyCallback as well.
// Their logic is very similar but not identical.
const action = event.action;
const keycode = event.keycode;
const mods = event.mods;