diff --git a/src/config/Config.zig b/src/config/Config.zig index edf743cce..6ca7470d0 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -6133,14 +6133,6 @@ pub const SSHIntegration = enum { @"term-only", basic, full, - - pub fn jsonStringify( - self: SSHIntegration, - options: std.json.StringifyOptions, - writer: anytype, - ) !void { - try std.json.stringify(@tagName(self), options, writer); - } }; /// OSC 4, 10, 11, and 12 default color reporting format.