mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 10:42:12 +00:00
input: remove unused struct
This commit is contained in:
committed by
Mitchell Hashimoto
parent
2da2cee704
commit
ec050407ee
@@ -763,13 +763,6 @@ pub const Set = struct {
|
||||
std.hash_map.default_max_load_percentage,
|
||||
);
|
||||
|
||||
const UnconsumedMap = std.HashMapUnmanaged(
|
||||
Trigger,
|
||||
void,
|
||||
Context(Trigger),
|
||||
std.hash_map.default_max_load_percentage,
|
||||
);
|
||||
|
||||
/// The set of bindings.
|
||||
bindings: HashMap = .{},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user