command: Remove allocator arg

This commit is contained in:
Hugo Machet
2022-02-08 12:27:32 +01:00
committed by Isaac Freund
parent da59632cea
commit 89433073d6
25 changed files with 44 additions and 106 deletions

View File

@ -26,7 +26,6 @@ const Seat = @import("../Seat.zig");
/// Declare a new keymap mode
pub fn declareMode(
_: std.mem.Allocator,
_: *Seat,
args: []const [:0]const u8,
_: *?[]const u8,