code: Remove allocator argument from Mapping.init
This commit is contained in:
committed by
Isaac Freund
parent
dd92b05af0
commit
16c8752de2
@ -84,7 +84,7 @@ pub fn map(
|
||||
}
|
||||
}
|
||||
|
||||
try mode_mappings.append(try Mapping.init(util.gpa, keysym, modifiers, optionals.release, args[4 + offset ..]));
|
||||
try mode_mappings.append(try Mapping.init(keysym, modifiers, optionals.release, args[4 + offset ..]));
|
||||
}
|
||||
|
||||
/// Create a new pointer mapping for a given mode
|
||||
|
Reference in New Issue
Block a user