Removed previously missing (now duplicative) assert declaration
This commit is contained in:
parent
037a301bd6
commit
ee13f32b17
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ const Window = @import("../Window.zig");
|
||||||
const GapBuffer = @import("gap_buffer").GapBuffer;
|
const GapBuffer = @import("gap_buffer").GapBuffer;
|
||||||
const Unicode = @import("../Unicode.zig");
|
const Unicode = @import("../Unicode.zig");
|
||||||
|
|
||||||
const assert = std.debug.assert;
|
|
||||||
const log = std.log.scoped(.text_input);
|
const log = std.log.scoped(.text_input);
|
||||||
|
|
||||||
const TextInput = @This();
|
const TextInput = @This();
|
||||||
|
|
Loading…
Reference in a new issue