mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-20 18:56:08 +03:00
chore: remove unused import
This commit is contained in:
@ -11,7 +11,6 @@ const ArenaAllocator = std.heap.ArenaAllocator;
|
|||||||
const link = @import("link.zig");
|
const link = @import("link.zig");
|
||||||
const isCovering = @import("cell.zig").isCovering;
|
const isCovering = @import("cell.zig").isCovering;
|
||||||
const fgMode = @import("cell.zig").fgMode;
|
const fgMode = @import("cell.zig").fgMode;
|
||||||
const freetype = @import("freetype").Face;
|
|
||||||
const shadertoy = @import("shadertoy.zig");
|
const shadertoy = @import("shadertoy.zig");
|
||||||
const apprt = @import("../apprt.zig");
|
const apprt = @import("../apprt.zig");
|
||||||
const configpkg = @import("../config.zig");
|
const configpkg = @import("../config.zig");
|
||||||
|
Reference in New Issue
Block a user