mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03: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,
|
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.
|
/// The set of bindings.
|
||||||
bindings: HashMap = .{},
|
bindings: HashMap = .{},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user