mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: remove new import
This commit is contained in:
@ -50,9 +50,6 @@ pub usingnamespace if (builtin.target.isWasm()) struct {
|
|||||||
pub usingnamespace @import("wasm.zig");
|
pub usingnamespace @import("wasm.zig");
|
||||||
} else struct {};
|
} else struct {};
|
||||||
|
|
||||||
// TODO(paged-terminal) remove before merge
|
|
||||||
pub const new = @import("../terminal2/main.zig");
|
|
||||||
|
|
||||||
test {
|
test {
|
||||||
@import("std").testing.refAllDecls(@This());
|
@import("std").testing.refAllDecls(@This());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user