mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-16 18:07:08 +00:00
Remove unused imports
This commit is contained in:
@@ -17,7 +17,6 @@ const builtin = @import("builtin");
|
||||
const Allocator = std.mem.Allocator;
|
||||
const macos = @import("macos");
|
||||
const codes = @import("keycodes.zig").entries;
|
||||
const Key = @import("key.zig").Key;
|
||||
const Mods = @import("key.zig").Mods;
|
||||
|
||||
/// The current input source that is selected for the keyboard. This can
|
||||
|
||||
Reference in New Issue
Block a user