mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Remove log from imports as it is unused
Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
This commit is contained in:
@ -2,8 +2,6 @@ const std = @import("std");
|
|||||||
const Allocator = std.mem.Allocator;
|
const Allocator = std.mem.Allocator;
|
||||||
const internal_os = @import("../os/main.zig");
|
const internal_os = @import("../os/main.zig");
|
||||||
|
|
||||||
const log = std.log.scoped(.config);
|
|
||||||
|
|
||||||
/// Open the configuration in the OS default editor according to the default
|
/// Open the configuration in the OS default editor according to the default
|
||||||
/// paths the main config file could be in.
|
/// paths the main config file could be in.
|
||||||
pub fn open(alloc_gpa: Allocator) !void {
|
pub fn open(alloc_gpa: Allocator) !void {
|
||||||
|
Reference in New Issue
Block a user